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 strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

sizing jsp window called from javascript window.open()

Status
Not open for further replies.

jkilbourne

Technical User
Dec 15, 2001
5
US
Is there a special syntax to size a jsp window opened from a javascript call to window.open()? When I pass the jsp url in double quotes to window.open(), it opens fine, but when I try to add a title or size attributes, my servlet that is calling the javascript fxn does not open the window at all.
 
window.open(strUrl ,strName, "width=300,height=450");
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top