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!

New Window Position/Size as Page Default?

Status
Not open for further replies.

tpcamp

Technical User
Jun 2, 2003
1
US
I am listing about 50 records from an Access db and for each item listed, I am creating a button (using <form>) to open a new window (on submit) and pass a hidden variable.

Since I'm not using a window.open command (the form handler is another ASP page) I use the meta tag <base target=&quot;_blank&quot;>.

So far, so good. But, I really want to specify height, width, and postion. I can't find the proper syntax, and I don't know if this tag supports features like height, position, etc.

Any help is appreciated.

/*tom*/
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top