Important Notice: We're experiencing email notification issues. If you've posted a question in the community forums recently, please check your profile manually for responses while we're working to fix this.

Search Support

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Learn More

when iam try to redirect the page to about:config using javascript i got an error message "Error: Access to 'about:config' from script denied"

  • 1 பதிலளி
  • 4 இந்த பிரச்னைகள் உள்ளது
  • 1 view
  • Last reply by VX7

when i am try to redirect the page to about:config using Javascript i got an error message "Error: Access to 'about:config' from script denied" How can I resolve this problem My Code is:

<script type="text/javascript"> function acq() { var ac=prompt("e url",ac); window.location = ac; } </script> <button onclick="acq()">t</button>

Here I was typed about:config then I got the error message Now i need to access to about:config using this code

when i am try to redirect the page to about:config using Javascript i got an error message "Error: Access to 'about:config' from script denied" How can I resolve this problem My Code is: <html> <head> <script type="text/javascript"> function acq() { var ac=prompt("e url",ac); window.location = ac; } </script> </head> <body> <button onClick="acq()">t</button> </body> </html> Here I was typed about:config then I got the error message Now i need to access to about:config using this code

All Replies (1)