Forum Moderators: open

Message Too Old, No Replies

Avoid SP2 javascript warning in IE

is there a solution?

         

followgreg

2:30 am on Nov 8, 2004 (gmt 0)

10+ Year Member




Hi,

Sorry about it but im not that much of a programmer and i created a script on my site to calculate some Return on investment.
I've put the .js in an external file.

And i got the internet explorer with windows sp2 warning when loading the page, im afraid it may scare my visitors.
Im not good with php so a dunno how to do it.

I know of similar subjects but i could not find an answer to this: IS THERE a solution to bypass this problem? :)

Thanks.

outrun

3:08 am on Nov 8, 2004 (gmt 0)

10+ Year Member



Have you uploaded everything on the server to test it out, it shouldn't come up with an error if its online.

regards,
Mark

followgreg

9:40 am on Nov 8, 2004 (gmt 0)

10+ Year Member




Hi, thanks for replying outrun.

Yes when its online it does the same. Well it's not an error but just the new SP2 security warning but how unconvenient and scary for visitors, its just a calculation tool!

Lance

11:09 am on Nov 8, 2004 (gmt 0)

10+ Year Member



Two possibilities are:

Cross-Domain: Make sure the script is located in the same domain as the page calling it.

Auto-Popups: Don't have the script try to do anything that isn't "user initiated".

There may be other things that IE warns about too, but those are the two biggies.

followgreg

10:20 am on Nov 10, 2004 (gmt 0)

10+ Year Member



thanks, its working like a charm now :)