★ wanayoo — archive 1999 http://www.devshed.com/Talk/Forums/Forum5/HTML/000531.htmlNouvelle recherche | Portail wanayoo
DevShed Menu
* DevShed Home
* Developer News
* DevShed Brain Dump




UBBFriend: Email This Page to Someone!
  DevShed Discussion Forums
  PHP
  how to spawn a new browser window ?

Post New Topic  Post A Reply
profile | register | preferences | faq | search

next newest topic | next oldest topic
Author Topic:   how to spawn a new browser window ?
nilch
Junior Member
posted January 31, 2000 02:57 AM     Click Here to See the Profile for nilch   Click Here to Email nilch     Edit/Delete Message Reply w/Quote
In PHP how do I start a new browser window ?
And how do I pass variables to it from the calling form ?

I basically want to 'spawn' a feedback form in a new window and get its contents.

Thanx for any help in advance.

iheitlager
Junior Member
posted January 31, 2000 09:03 AM     Click Here to See the Profile for iheitlager   Click Here to Email iheitlager     Edit/Delete Message Reply w/Quote
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).]

All times are MST (US)

next newest topic | next oldest topic

Administrative Options: Close Topic | Archive/Move | Delete Topic
Post New Topic  Post A Reply
Hop to:

Contact Us | DevShed.com

Copyright © 1997-2000 ngenuity. All rights reserved.

Powered by: Ultimate Bulletin Board, Version 5.41a
© Infopop Corporation (formerly Madrona Park, Inc.), 1998 - 1999.