Still puzzled about blocked Javascript

  • Thread starter Thread starter Al Krismer
  • Start date Start date
A

Al Krismer

Hello,

Javascript is not blocked in the preview mode when
previweing my web pages. Only when I click F12 and the page
comes up in the IE browser then it doesn't work.

I am puzzled because I have other webpages which are on the
web that use javascript and work perfectly. If the settings
on IE 5 were set to block javascript would it effect my
published web pages with javascript?

Thanks

Al
 
Hi,
Javascript is only blocked in IE when you view a file on your own
computer - this is a new "feature" of SP2. It's annoying for web developers
but sensible for users. You can disable in IE or use server based webs
(http://localhost/web/page.htm) Either way when you publish to the web your
script will be fine.
 
Jon said:
Hi,
Javascript is only blocked in IE when you view a file on your own
computer - this is a new "feature" of SP2. It's annoying for web
developers but sensible for users. You can disable in IE or use
server based webs (http://localhost/web/page.htm) Either way when you
publish to the web your script will be fine.

Assuming you're not running a third-party tool that blocks JavaScript from
executing.

--
Jim Cheshire
JIMCO
Charity-ware Add-ins for FrontPage
http://www.jimcoaddins.com
=================================
Visit JIMCO to sign up for FrontPage Tips,
Tutorials, and more right in your inbox!

Author of Special Edition Using Microsoft Office FrontPage 2003
 
Check the following:
1) you have javascript turned on in your browser
2) Your third-party firewall is not blocking it (or)
2-a) Windows FIrewall (in XP) is not blocking it.
 
Back
Top