west2001gal
02-08-2003, 07:22 AM
<SCRIPT LANGUAGE="JavaScript">
<!-- Begin
function popUp() {
props=window.open('~URL~', 'poppage', 'toolbars=0, scrollbars=0, location=0, statusbars=0, menubars=0, resizable=0, width=400, height=600');
}// End --></script>
<div style="position:absolute; top:162; left:950; height:31; width:60; z-index:2;"><A HREF="javascript:popUp()"><img src="~IMAGE.JPG~" border="0"></A></div>
That is the first popup.
How do I have another popup of different content using another image-link?
Can someone edit my post and gimme the code please?
<!-- Begin
function popUp() {
props=window.open('~URL~', 'poppage', 'toolbars=0, scrollbars=0, location=0, statusbars=0, menubars=0, resizable=0, width=400, height=600');
}// End --></script>
<div style="position:absolute; top:162; left:950; height:31; width:60; z-index:2;"><A HREF="javascript:popUp()"><img src="~IMAGE.JPG~" border="0"></A></div>
That is the first popup.
How do I have another popup of different content using another image-link?
Can someone edit my post and gimme the code please?