BACK TO MAIN  

I know, I know!!! Let me help!

May 13 2000 at 4:31 PM
Chaos  (Login Soothfast)
Forum Owner


Response to the java script for smaller pop-up windows

 

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.

 
 Respond to this message   
Responses

 Copyright © 1999-2009 Network54. All rights reserved.   Terms of Use   Privacy Statement