RE: [PHP] Controlling browser windows with php?

2003-02-09 Thread Warren Vail
Since PHP executes server side and not in the browser, you may want to resort to something that runs in the browser, like Javascript, which PHP can output as part of the html it feeds to the browser. check out http://www.hotscripts.com/ for lots of handy examples of how Javascript opens an

Re: [PHP] Controlling browser windows with php?

2003-02-09 Thread Davy Obdam
Hi Geoff, You cant do this with php... you will have to use JavaScript for opening a new window. You could write the function in the html of your page.. or use echo script type=\text/javascript\ language=\javascript\!-- your code //--/script and call this function in your links, in your php