Re: [PHP] Why won`t this work??

2001-01-21 Thread bard
Try this... ?php if (!$UN) { ? SCRIPT LANGUAGE=JAVASCRIPT alert('Please enter a User Name.'); self.history.back(); /SCRIPT ? } ? Cheers, Brad On Sun, 21 Jan 2001 [EMAIL PROTECTED] wrote: Hi, Can anyone tell me before I rip my hair out, why this won`t work?? if (!UN) {

Re: [PHP] Why won`t this work??

2001-01-21 Thread bard
On Sun, 21 Jan 2001, Alexander Wagner wrote: [EMAIL PROTECTED] wrote: Hi, Can anyone tell me before I rip my hair out, why this won`t work?? if (!UN) { printf("SCRIPT LANGUAGE='JAVASCRIPT'alert('Please enter a User Name.');self.history.back();/SCRIPT"); } TIA Ade An