[WEB4LIB] Netscape New Window size
Bert Coenen
Bert.Coenen at law.kuleuven.ac.be
Mon Jul 31 03:15:00 EDT 2000
As far as I know you need some sort of JavaScript to do that, somewhat like the following code:
this is the function that opens the new window
<script language="javascript">
<!--
function openinf(url, title) {
infowin = window.open(url, title, "width=350,height=300");
}
//-->
</script>
this is the link that calls up the function
<a href="javascript:openinf('http://www.whatever.com', 'title of new window')">
for more information try one of the following sites, though there are of course others:
http://webreference.com
http://www.javascript.com
http://www.webcoder.com
http://www.webmonkey.com
More information about the Web4lib
mailing list