jmoore
06-28-2009, 12:29 PM
<script type="text/javascript">
function openWindow(URL,name) {
window.open(URL, name, 'top=0, left=0, width=790, height=570, toolbar=no, menubar=no, scrollbars=yes, resizable=yes');
}
</script><a href="http://www.trebrown.com/hrdzone.html" onclick="openWindow('http://www.trebrown.com/hrdzone.html', 'ZoneMap');return false;">Hardiness Zone Map of the British Isles</a>
Wow it worked.
I found this it may be useful to someone at some point
function openWindow(URL,name) {
window.open(URL, name, 'top=0, left=0, width=790, height=570, toolbar=no, menubar=no, scrollbars=yes, resizable=yes');
}
</script><a href="http://www.trebrown.com/hrdzone.html" onclick="openWindow('http://www.trebrown.com/hrdzone.html', 'ZoneMap');return false;">Hardiness Zone Map of the British Isles</a>
Wow it worked.
I found this it may be useful to someone at some point