Re: [PHP] spawning new window with PHP

2003-06-10 Thread Marek Kilimajer
Simply name the window lastwin=window.open("http://www.google.com";, "some_name"); and then create links: nothing with php Amanda McComb wrote: I have a list of urls in a MySQL database and I use PHP to get them out. I need to spawn a new window and use one of those URLs as the location for the n

Re: [PHP] spawning new window with PHP

2003-06-10 Thread Henrik Hudson
On Tuesday 10 June 2003 10:18, Amanda McComb wrote: > I have a list of urls in a MySQL database and I use PHP to get them out. > I need to spawn a new window and use one of those URLs as the location for > the new window. Is there PHP code that can do this? Here is part of the > javascript I curr

[PHP] spawning new window with PHP

2003-06-10 Thread Amanda McComb
I have a list of urls in a MySQL database and I use PHP to get them out. I need to spawn a new window and use one of those URLs as the location for the new window. Is there PHP code that can do this? Here is part of the javascript I currently use: lastwin=window.open(); lastwin.location