Connecting Tech Pros Worldwide Forums | Help | Site Map

JavaScript blocked by new version browsers

jfradette@videotron.ca
Guest
 
Posts: n/a
#1: Jul 23 '05
Hello, all of my JavaScript are blocked by the latest version of
Explorer. What can I add to my scripts to prevent browsers from
blocking it? I am using scripts for a drop-down menu to jump to a
specific page and also for a roll-over effect on a map. Any suggestions
or advice would be greatly appreciated.

Thank you!


Evertjan.
Guest
 
Posts: n/a
#2: Jul 23 '05

re: JavaScript blocked by new version browsers


wrote on 19 mrt 2005 in comp.lang.javascript:
[color=blue]
> Hello, all of my JavaScript are blocked by the latest version of
> Explorer. What can I add to my scripts to prevent browsers from
> blocking it? I am using scripts for a drop-down menu to jump to a
> specific page and also for a roll-over effect on a map. Any suggestions
> or advice would be greatly appreciated.
>[/color]

Do you really expect such script not to be blocked?

It is like the notice "please open your eyes to read this".

--
Evertjan.
The Netherlands.
(Replace all crosses with dots in my emailaddress)

Andrew Poulos
Guest
 
Posts: n/a
#3: Jul 23 '05

re: JavaScript blocked by new version browsers


>>Hello, all of my JavaScript are blocked by the latest version of[color=blue][color=green]
>>Explorer. What can I add to my scripts to prevent browsers from
>>blocking it? I am using scripts for a drop-down menu to jump to a
>>specific page and also for a roll-over effect on a map. Any suggestions
>>or advice would be greatly appreciated.[/color][/color]


It's normally not IE that's doing the blocking but rather XP SP2. And
this is usually only a problem for local files. If you host your files
on a web server IE should play them just fine.

Two other options you have are: make your HTML files into a HTAs (which
means, I believe, that they can only run under MS Windows); or try
adding the 'mark of the web' to the top of your files.


Andrew Poulos
Closed Thread


Similar JavaScript / Ajax / DHTML bytes