kealan
Starting Member
Ireland
5 Posts |
Posted - 26 June 2010 : 07:20:34
|
To change the popup window size, open inc_header.asp and go to lines 251-253:
"function openWindow6(url) {" & vbNewLine & _ " popupWin = window.open(url,'new_page','width=500,height=450,scrollbars=yes')" & vbNewLine & _ "}" & vbNewLine & _
Change the width and height values to suit. I find 700 x 550 to be adequate. |
|
|