Links href="javascript:function(...);" do not work

T

Tom

Hi

Recently I have the problem, that IE6 tries to open an html-page, which
responds with page not found, when I click on a link like
href="javascript:...". The corresponding javascript-function is not executes
instead.
So I have problem on many internet pages, because the execution of
javascript-functions is oftem used by links in the above form.

Is this problem known and how can I solve them.

I use IE6 on a WinXP with SP2.

Thanks
 
R

rob^_^

Hi Tom,

Active Scripting enabled? Internet Options>Security tab.

You should always add noscript tags to your code when using scripting in
your pages.

<noscript>Your browser has scripting turned off. Turn it back on to use this
site!</noscript>


Regards.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top