Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

window.location with embedded echo

Status
Not open for further replies.

kellan4459

IS-IT--Management
Jul 3, 2003
84
US
I have the following on a button

onClick="window.open('<?php echo URL_ROOT."common/applicantHelp.htm#accountA"; ?>','FAMS HELP','scrollbars=1, resizable=0, toolbar=0, height=500, width=650');"

it works in Firefox but not in ie, I can't seem to locate the issue myself so I need extra eyes

thanks for the help
 

Remove the space in the window name you are giving the popup (use "FAMSHELP" instead of "FAMS HELP").

Cheers,
Jeff

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top