Re: [PHP] OT-Javascript Question

2003-11-06 Thread Marek Kilimajer
Jake McHenry wrote: I got everything working now. For some reason when I put it inside php, it wouldn't work with my variables with the numbers in front (1_Accounting_Unit) so I renamed all of them with the number at the end and they work fine. Jake The reason is here, notice the second paragraph:

Re: [PHP] OT-Javascript Question

2003-11-06 Thread Jake McHenry
t;[EMAIL PROTECTED]> To: "Jake McHenry" <[EMAIL PROTECTED]> Sent: Thursday, November 06, 2003 3:30 PM Subject: Re: [PHP] OT-Javascript Question > You're fine to echo the whole thing, but remember that php happens > before the page is ever created (server side as oppo

Re: [PHP] OT-Javascript Question

2003-11-06 Thread Jake McHenry
Will I have to change my entire page format? As I said, right now it's all being echo'd Jake - Original Message - From: "Chris Shiflett" <[EMAIL PROTECTED]> To: "Jake McHenry" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Thursday,

Re: [PHP] OT-Javascript Question

2003-11-06 Thread Jake McHenry
Yes, I'm not going in and out of php, the entire html output is php... echo << To: "Jake McHenry" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Thursday, November 06, 2003 12:16 PM Subject: Re: [PHP] OT-Javascript Question > --- Jake McHenry <[EMAIL PROT

Re: [PHP] OT-Javascript Question

2003-11-06 Thread Chris Shiflett
--- Jake McHenry <[EMAIL PROTECTED]> wrote: > value="{$_SESSION['10_Accounting_Unit']}" > onKeyUp="movefocus(10_Accounting_Unit,11_Accounting_Unit,1);"> This looks like you're trying to go in and out of PHP mode without using , , etc. Try something like this: Hope that helps. Chris = My

Re: [PHP] OT - javascript question..

2002-07-29 Thread Justin French
on 30/07/02 6:11 AM, Martin Clifford ([EMAIL PROTECTED]) wrote: > > echo "\n\n"; > > ?> > > Something similar will work fine. Wouldn't the $PHP_SELF be that of the popped-up window, not of the opener? Justin French -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit:

Re: [PHP] OT - javascript question..

2002-07-29 Thread Justin French
Yes, this is way OT you can refer back to the original window with opener (or it may me window.opener) I used it once to change the location of the parent window with something like: show me somethi

Re: [PHP] OT - javascript question..

2002-07-29 Thread Martin Clifford
\n\n"; ?> Something similar will work fine. Martin Clifford Homepage: http://www.completesource.net Developer's Forums: http://www.completesource.net/forums/ >>> Kelly Meeks <[EMAIL PROTECTED]> 07/29/02 04:00PM >>> Sorry for the off topic post, but this is by far the most experienced list I'v