Sykje yn Support

Mij stipescams. Wy sille jo nea freegje in telefoannûmer te beljen, der in sms nei ta te stjoeren of persoanlike gegevens te dielen. Meld fertochte aktiviteit mei de opsje ‘Misbrûk melde’.

Learn More

Dizze konversaasje is argivearre. Stel in nije fraach as jo help nedich hawwe.

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 antwurd
  • 4 hawwe dit probleem
  • 8 werjeftes
  • Lêste antwurd fan VX7

more options

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

Alle antwurden (1)

more options

This Is My ScreenShots