Javascript "permission denied" appears in IE from WinXP SP2.

  • Thread starter Alex Besogonov1261367024
  • Start date
A

Alex Besogonov1261367024

Hello!
Javascript "permission denied" appears in IE from WinXP SP2.

Here a sample page:
http://taxchecker.co.uk/ieproblem/test.html

If you press "submit" button, javascript error will appears:
Line: 10, Char: 8, Error: Permission denied, Code: 0, URL:
http://taxchecker.co.uk/ieproblem/test.html?param=value#anchor

This error appears only in the Internet Explorer for Windows XP with Service
Pack 2.

Here is content of test-redirect.asp file:
---------------------------[begin]--------------------------
<%
Response.Redirect("test.html?param=value#anchor")
%>
----------------------------[end]---------------------------

Why permission is denied?Best regards, Alex Besogonov ([email protected])
 

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