Saturday, 13-May-2000 14:01:21
195.7.49.181 writes:
Here ya go:
This goes between the <head> tags:
<script language="javascript">
<!--
function MM_openBrWindow(theURL,winName,features) { //v2.0
window.open(theURL,winName,features);
}
//-->
</script>
end <head>
<body bgcolor="" text="" link="" vlink="" alink=""
on-load="MM_openBrWindow('URLofpage.html','NameofPage','scrollbars=yes,width=600,height=200')">
In the body tag you fill in the usual info, plus the name of the page you want to display, the URL of the page, and the width and height. If you don't want any scrollbars, then say scrollbars=no.
|