iheitlager Junior Member
|
posted January 31, 2000 09:03 AM
This is not done server-side but done client-side. When you want an extra window generate some javascript with the window.open(url, name, [features, [replace]]) method at the beginning of the page. The url denotes a php page and extend it with a querystring (the ?, & stuff) to pass parameters. Use these parameters like a normal get-method form posting, that is they are automatically parsed by php. ------------------ Regards, Ilja Heitlager[This message has been edited by iheitlager (edited January 31, 2000).] |