Code:
<html><head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>Bio</title>
<script language="JavaScript" src="Test_files/popup.js">
//Popup box II (By Brian Gosselin at http://scriptasylum.com/bgaudiodr)
//Modified slightly By Dynamic Drive
//For full source, visit http://www.dynamicdrive.com
</script>
</head><body>
<script>
window.onload=function(){
new popUp(100, 100, 300, 175, "Bio1", "Put all of your content text in here.<br><br>You can also place HTML code in here too, such as a picture: <img src=\"max.gif\">. Notice how a backslash must proceed every quotation (\") that appears in your HTML content.", "white", "black", "bold 10pt sans-serif", "Title Bar", "navy", "white", "#dddddd", "gray", "black", true, true, true, true, false);
new popUp(500, 100, 300, 175, "Bio2", "Put all of your content text in here.<br><br>You can also place HTML code in here too, such as a picture: <img src=\"max.gif\">. Notice how a backslash must proceed every quotation (\") that appears in your HTML content.", "white", "black", "bold 10pt sans-serif", "Title Bar", "navy", "white", "#dddddd", "gray", "black", true, true, true, true, false);
}
</script>
<p>
<script type="text/javascript"></script>
</p>
<!--webbot bot="HTMLMarkup" endspan -->
<p> </p>
<p align="left"><strong></strong><a href="javascript:showbox('Bio1')">Bio</a> | <a href="javascript:showbox('Bio2')">Bio</a></p>
</body></html>
But in any case I would suggest you find another script that is more up to date. This script is 10 years old and could probably cause you some headaches in the long run.
Bookmarks