I have the following code that creates a link to another web page -
<a href="UploadFiles.asp" target="_blank"><font face="Tahoma" size="2">Upload File</a></font>
Is there a way to add the height and width of the new web page when it opens? Or do i have to set the height and width variables in the web page that opens instead of the web page that calls it?
<a href="UploadFiles.asp" target="_blank"><font face="Tahoma" size="2">Upload File</a></font>
Is there a way to add the height and width of the new web page when it opens? Or do i have to set the height and width variables in the web page that opens instead of the web page that calls it?