popup window

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

through some more testing.. IE is getting a stack overflow error.. I don't know why.. playing around with it.
nikko50
Forum Commoner
Posts: 43
Joined: Thu Apr 08, 2004 6:28 am

Post 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.
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post 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.
nikko50
Forum Commoner
Posts: 43
Joined: Thu Apr 08, 2004 6:28 am

Post by nikko50 »

Feyd you are brilliant!!! That works perfectly. I never would have thought of that.
Hugs and Kisses for you :P
sHARON
Post Reply