RE: [PHP-WIN] One link - two changes

2001-03-08 Thread John Henckel
At 04:35 PM 3/8/01 +, Daniel Furse wrote: >Both new pages are PHP scripts, and I need to pass a value to each one. >How can I do this, given that the link is implemented generally like this: > >window.open("http://www.devshed.com/popup.html" > >Or similar... > >Can I pass the new PHP scrip

FW: [PHP-WIN] One link - two changes

2001-03-08 Thread Gregory_Griffiths
> -Original Message- > From: Griffiths, Gregory D. /here > Sent: 08 March 2001 16:57 > To: '[EMAIL PROTECTED]' > Subject: RE: [PHP-WIN] One link - two changes > > > If you can get hold of the values you can use Javascript to > build

RE: [PHP-WIN] One link - two changes

2001-03-08 Thread Daniel Furse
lto:[EMAIL PROTECTED]] Sent: 08 March 2001 16:19 To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: RE: [PHP-WIN] One link - two changes javascript is the best solution for this, many of the javascript sites will contain the information that you need to implement this. -- PHP Window

RE: [PHP-WIN] One link - two changes

2001-03-08 Thread Gregory_Griffiths
EMAIL PROTECTED] > Subject: [PHP-WIN] One link - two changes > > > Hi Everyone, > > Simple idea, but I can't work it out in practice... > > I want one link (actually, one Form Submit button) to instigate two > changes, firstly a new browser window will open containin

[PHP-WIN] One link - two changes

2001-03-08 Thread Daniel Furse
Hi Everyone, Simple idea, but I can't work it out in practice... I want one link (actually, one Form Submit button) to instigate two changes, firstly a new browser window will open containing one set of data, and secondly the existing browser window will change to a different set of data. Li