On Jul 18, 2003, "Jeffry Lester" claimed that:

|How do I start a new browser window when using print in php?
|
|Jeffry Lester
|[EMAIL PROTECTED]

Not quite sure how this is PHP, but you might want to check here:
http://www.htmlgoodies.com/tutors/new_win.html

I guess one way of doing it would be something like
<?php
print("<h1>Hey! Press Ctrl-N</h1>\n");
?>

-- 
Registered Linux user #304026.
"lynx -source http://jharris.rallycentral.us/jharris.asc | gpg --import"
Key fingerprint = 52FC 20BD 025A 8C13 5FC6  68C6 9CF9 46C2 B089 0FED
Responses to this message should conform to RFC 1855.



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to