Ask a Question related to PHP Development, Design and Development.
-
Jeffry Lester #1
RE: new browser window in php
How do I start a new browser window when using print in php?
Jeffry Lester
[email]jeff@signalnetworking.com[/email]
Jeffry Lester Guest
-
browser window
I have a web application that needs to be displayed in the browser such that it takes up the *whole* window, i.e.browser's back/forwards buttons and... -
get a ink to open in a new browser window
Is there a way to get publisher to open existing links to new windows? -
Outside of Browser Window
I am having users edit a file on Documentum eRoom. In using the edit command on the PDF item, they can have eRoom track the changes and save them... -
New Browser Window
How do I make IE open full screen when I right click a link and click "Open in New Window". I do not want to have to "maximize" everytime I... -
Modifying "Open Browser Window" behavior to launch a maximized browser
I want to launch a web application in a fullscreen browser window with nothing but the title bar and the accompanying window borders (I do not want... -
Jeff Harris #2
Re: [PHP] RE: new browser window in php
On Jul 18, 2003, "Jeffry Lester" claimed that:
|How do I start a new browser window when using print in php?
|
|Jeffry Lester
|jeff@signalnetworking.com
Not quite sure how this is PHP, but you might want to check here:
[url]http://www.htmlgoodies.com/tutors/new_win.html[/url]
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 [url]http://jharris.rallycentral.us/jharris.asc[/url] | gpg --import"
Key fingerprint = 52FC 20BD 025A 8C13 5FC6 68C6 9CF9 46C2 B089 0FED
Responses to this message should conform to RFC 1855.
Jeff Harris Guest



Reply With Quote

