Page 2 of 2
Posted: Tue Apr 20, 2004 6:24 pm
by feyd
through some more testing.. IE is getting a stack overflow error.. I don't know why.. playing around with it.
Posted: Tue Apr 20, 2004 6:47 pm
by nikko50
Very Strange Feyd. Anyways I guess I'll have to maybe escape out of php just for the javascript or use a function.
Posted: Tue Apr 20, 2004 6:53 pm
by feyd
okay... found out what's wrong.. the second parameter you are passing to window.open has a space in it.. I completely forgot about this. Window name designations cannot have spaces. This name is only used for referencing it in javascript, not in html. That's dictated by the page you are opening.
Posted: Tue Apr 20, 2004 7:01 pm
by nikko50
Feyd you are brilliant!!! That works perfectly. I never would have thought of that.
Hugs and Kisses for you
sHARON