|
Posted by Janwillem Borleffs on 10/10/50 11:23
Jonathan Tremlett wrote:
> I am trying to bring up some PHP code in a new browser window. The
> code is in a separate file and can be used in an include but what I
> do not know how to do (or even if it is at all possible) is how to do
> this in a new window.
>
PHP = server side, while stuff like opening new windows are handled by the
client.
If you want to open a new window without user interaction, try javascript.
Personally, I would go for a link that opens a new window, because popup
windows are annoying and often blocked.
JW
Navigation:
[Reply to this message]
|