
</head>
<script language="javascript" src="popup.js">
//Pop Up by BRIAN GOSSELIN OF HTTP://SCRIPTASYLUM.COM
//Script featured on Dynamic Drive (http://www.dynamicdrive.com)
</script>
<body bgcolor="tan" >
<script language="javascript">
createPopup( 'box1', 'box 1' , 200, 140, 470, 5, false, 'lightseagreen'
, 'black' , 'black' , 'You can drag and drop these boxes by using the
titlebar as the handle if dragging has been enabled.<br>Dragging
has been disabled for this box.' , 'white' , 12 , 'arial');
createPopup( 'box2', 'box 2' , 200, 100, 10, 145, true, 'black' , 'darkgray'
, 'black' , 'The shadow of these boxes is semi transparent in IE5+ AND
NS6.' , '#dddddd' , 10 , 'sans-serif');
createPopup( 'box3', 'box 3' , 300, 90, 275, 155, true, 'maroon' , 'black'
, 'maroon' , 'All the parameters can be different for each box. Read the
<a href="popup.txt" target="_blank"><font
color="white">text</font></a> file for all the
info you need.' , 'white' , 12 , 'sans-serif');
createPopup( 'box4', 'box 4' , 220, 150, 160, 235, true, 'darkgray' ,
'navy' , 'black' , 'The HTML in these boxes will wrap if they need to.
In NS6, any HTML past the bottom will get chopped off (because of some
weird stuff NS6 does while dragging scrollable DIVs), while IE will display
a scrollbar to scroll down.' , 'white' , 12 , 'arial');
</script>
</body> |