Forum Moderators: open

Message Too Old, No Replies

How to avoid content blocking

         

bubblefish

7:10 am on Apr 18, 2005 (gmt 0)

10+ Year Member



I am using very simple js in my HTML documents, such as:

onclick=alert() and

ONCLICK="window.open().location = '' + document.contactInfo.goto.options[ document.contactInfo.goto.selectedIndex ].value;"

IE (I understand it's with SP2) keeps saying they are active contents to be blocked. Any way around this?

Thanks much.

larryhatch

8:46 am on Apr 18, 2005 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



What sort of content is getting blocked, and how is it presented? - Larry

rocknbil

3:38 pm on Apr 19, 2005 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



If it's only when the file is loaded local, check out this thread [webmasterworld.com] and this one [webmasterworld.com] for solutions.

If you upload the file to a web server it probably won't block it.

bubblefish

10:22 am on Apr 25, 2005 (gmt 0)

10+ Year Member



Thank you both very much.