Re: [PHP] JavaScript php question - mainly JS though so slightly OT but hep needed!!! :o)

2001-12-19 Thread Martin Hughes
Many Thanks everyone!! Mart -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]

RE: [PHP] JavaScript php question - mainly JS though so slightly OT but hep needed!!! :o)

2001-12-18 Thread Martin Towell
if you have lots of links, then doing it this way, IMO, would be easier/better - so: script function windowPopup(xx) { window.open(info.php?patch=+xx, _new, windowattribs); } /script but if there's only a few links, then placing the window.open code in the link would be easiest, i think.

Re: [PHP] JavaScript php question - mainly JS though so slightly OT but hep needed!!! :o)

2001-12-18 Thread Jim Lucas
, December 18, 2001 3:05 PM Subject: RE: [PHP] JavaScript php question - mainly JS though so slightly OT but hep needed!!! :o) if you have lots of links, then doing it this way, IMO, would be easier/better - so: script function windowPopup(xx) { window.open(info.php?patch=+xx, _new, windowattribs

Re: [PHP] JavaScript php question - mainly JS though so slightly OT but hep needed!!! :o)

2001-12-18 Thread Mark
will stop downloading, including the images that havn't finished. Jim - Original Message - From: Martin Towell [EMAIL PROTECTED] To: 'Martin Hughes' [EMAIL PROTECTED]; php- [EMAIL PROTECTED] Sent: Tuesday, December 18, 2001 3:05 PM Subject: RE: [PHP] JavaScript php question - mainly JS though so

Re: [PHP] JavaScript php question - mainly JS though so slightly OT but hep needed!!! :o)

2001-12-18 Thread Jim Lucas
18, 2001 3:05 PM Subject: RE: [PHP] JavaScript php question - mainly JS though so slightly OT but hep needed!!! :o) if you have lots of links, then doing it this way, IMO, would be easier/better - so: script function windowPopup(xx) { window.open(info.php?patch=+xx, _new, windowattribs

Re: [PHP] JavaScript php question - mainly JS though so slightly OT but hep needed!!! :o)

2001-12-18 Thread Mark
On Tue, 18 Dec 2001 16:16:20 -0800, Jim Lucas wrote: the bad thing is, it will still stop the browser from finishing the loading of the page. not in any browser I've tried. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands,