| | |
open popup without using function
Please support our PHP advertiser: PostgreSQL or MySQL? Compare and contrast the two most popular open source databases
Thread Solved |
PHP Syntax (Toggle Plain Text)
<html> <head></head> <body> <?php print "<script type='text/javascript'>"; print "window.open='http://www.examples.com/page.html','new_window1','status=1,scrollbars=1,resizable=0,menu=no,width=320,height=220'"; print "</script>"; ?> </body> </html>
Not able to open popup.Is this correct code.
Try this.
php Syntax (Toggle Plain Text)
<html> <head> </head> <body> <?php print "<script type='text/javascript'>"; print "window.open('http://www.examples.com/page.html','new_window1','status=1,scrollbars=1,resizable=0,menu=no,width=320,height=220');"; print "</script>"; ?> </body> </html>
Ignorance is definitely not bliss!
*PM asking for help will be ignored*
*PM asking for help will be ignored*
![]() |
Similar Threads
- Popup window on button click (ASP.NET)
- Would like to pass two parameters to a function that is outside of a web page. (JavaScript / DHTML / AJAX)
- How to open a popup page automatically? (HTML and CSS)
- Bogus error msg and browser popup (Viruses, Spyware and other Nasties)
- Major Popup Problem (Viruses, Spyware and other Nasties)
- new popup window, chromeless / no scrolls? (JavaScript / DHTML / AJAX)
- urgent-how to pass multiple values to the parent form (ASP)
- urgent-how to pass multiple values to the parent form (HTML and CSS)
- Internet Explorer won't load, cannot open search (Viruses, Spyware and other Nasties)
Other Threads in the PHP Forum
- Previous Thread: PHP Variables through Checkboxes
- Next Thread: Mysql to PHP
| Thread Tools | Search this Thread |
.htaccess action ajax apache api array auto beginner binary bounce broken cakephp checkbox class cms code cron curl database date display dynamic echo email error errorlog file files folder form format forms function functions google href htaccess html image include insert integration interactive ip java javascript joomla limit link login loop mail malfunctioning masterthesis menu mlm mod_rewrite multiple mysql nodes oop paypal pdf php popup problem query radio ram random recursion reference regex remote return script search server sessions sms soap source space sql syntax system table tutorial unset update upload url validation validator variable video web websitecontactform xml youtube






