|
|
|
date: Sat, 25 Jun 2005 11:28:01 -0700,
group: microsoft.public.inetsdk.programming.scripting.vbscript
back
Re: Pop-ups suppression and frames delete
"Michael Harris (MVP)" wrote:
> jerry_ys wrote:
> > #1
> > i have a small app and it seems that even while developing and
> > testing any script in the pages does not execute, but rather IE
> > throws up a pop-up msg warning
> > and i need to respond to these dialogs before i can have the script
> > parts execute.
> >
> > i dont see this type of problem in general while using the internet.
> > is there any
> > way, or how do most sites prevent this annoying problem?
>
> Internet Options -> Advanced tab -> Security
>
> Enable the option: "Allow active content to run in files on My Computer"
>
> >
> > #2
> > i have a link on a page displayed in one of the frames and cannot
> > find a way using VBscript to show the new page completely on it's
> > own, without it being placed
> > back into the frame where the link was originally requested from. How
> > do i clear
> > the entire frameset page and display the new page?? It's done on
> > nearly every site on the web, but yet i do not see it in any html or
> > script tutorials.
> >
>
> TARGET Attribute | target Property (A, AREA, BASE, ...) (Internet Explorer)
> http://msdn.microsoft.com/workshop/author/dhtml/reference/properties/target.asp
>
> <a href='some.url' target='_top' ...>go to some.url</a>
>
>
> --
> Michael Harris
> Microsoft MVP Scripting
>
> thank you michael. but regarding the first question, why is it as i'm developing
IE blocks and warns of any scripts in the html, etc., but for example when i
read and post msg's here no such blocks appear and i'm sure this site
contains many
scripts and other active content. you are not suggesting with your first
answer that
the server sets the clients internet options settings, or are you?
thanks again
>
>
>
date: Mon, 27 Jun 2005 07:28:19 -0700
author: jerry_ys
|
|