A Python script at Google App Engine fetches data into a HTML page.
What is the best way to open a new browser window from the script or HTML page?
JavaScript doesn’t work.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I tried for testing purposes to insert this code:
The code is stolen from here:
http://www.htmlgoodies.com/beyond/javascript/article.php/3471221
The whole code including the SCRIPT tags was inside the HTML-Page but no new browser window was created.
I tried with Opera and Firefox and I have no popup blocker installed.