RE: OT: js pop-up

2004-07-23 Thread Robert Orlini
Seems to work now. Thx. RO -Original Message- From: Ben Doom [mailto:[EMAIL PROTECTED] Sent: Friday, July 23, 2004 10:47 AM To: CF-Talk Subject: Re: OT: js pop-up I could be wrong, but I don't think spaces are legal between a function name and the parameters. ie window.open

Re: OT: js pop-up

2004-07-23 Thread Greg Stewart
Works just fine in FireFox and IE... On Fri, 23 Jul 2004 09:56:59 -0400, Robert Orlini <[EMAIL PROTECTED]> wrote: > I get an error on a _javascript_ pop-up code. Something about "Expected )" Its either a ) or } I'm not sure. > I'm not that good with _javascript_. Any ideas on the code below please

Re: OT: js pop-up

2004-07-23 Thread Ben Doom
I could be wrong, but I don't think spaces are legal between a function name and the parameters. ie window.open (bob) is wrong window.open(bob) is right. --Ben Robert Orlini wrote: > I get an error on a _javascript_ pop-up code. Something about "Expected )" > Its either a ) or } I'm not sure.