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

How to automatically open another window -THANKS

Status
Not open for further replies.
Good stuff. Now if I want to specific window dimensions without any toolbars, how would I do that.

Thanks so much
 
Those are thigs you can specify in the third parameter. Try this:

Code:
window.open('[URL unfurl="true"]http://www.domain.com/index2.php',[/URL] '', 'width=500,height=300');

I'm sure you can find a good online reference to the window.open method for a complete list of parameters using Google.

Dan

[tt]Dan's Page [blue]@[/blue] Code Couch
[/tt]
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top