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

  • Thread starter Thread starter Tom
  • Start date Start date
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
 
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.
 
Back
Top