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

Window size

Status
Not open for further replies.

EnemyGateIsDown

Technical User
Oct 3, 2002
235
GB
Hi guys,

Quick question..

I have a hyperlink:

Code:
<a href="[URL unfurl="true"]http://localhost/mrm7/updatelotusnotes.asp?EmailTo=&StartDate=30/06/2006[/URL] 08:00:00&EndDate=30/06/2006 20:00:00&Location=Head Office&Subject=ds" target="new">Update Lotus Notes</a>

Can I define the size of the new window using the <a....> </a> tag ???

Any help is as always greatly appreciated.

Cheers,

Chris
 
the only way to specify the size of a window is by using javascript. you could either use the window.open() function or specify the height and width in the query string and then resize the window when it loads, parsing data from the query string. either of those solutions, however, should be discussed in the javascript forum (forum216).



*cLFlaVA
----------------------------
[tt]( <P> <B>)13 * (<P> <.</B>)[/tt]

[URL unfurl="true"]http://www.coryarthus.com/[/url]
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top