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

Re: Links href="javascript:function(...);" do not work by rob^_^

rob^_^
Wed Mar 19 12:05:07 PDT 2008

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.

"Tom" <Tom@discussions.microsoft.com> wrote in message
news:990D5B7B-2535-473E-BA59-3FD8978624CF@microsoft.com...
> 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