http://www.dynamicdrive.com/dynamicindex11/abox2.htm
Odd. It doesn't do anything for me. I tried adding some code which seemd implied, but all it did was take the errors away. Here is how I have the code as-is:
Code:
<html>
<head>
<script type="text/javascript" src="popUp.js"></script>
</head>
<body>
<script>
window.onload=function(){
new popUp(200, 100, 300, 175, "Div", "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>
</body>
</html>
I did assume the <script src="popUp.js"> tag, because otherwise that file is dormant.
Bookmarks