Insert into <HEAD> of your document.
Insert into <BODY> of your document.
New Window - Page Load
To use this script copy the purple junk into your head tag and change LINK LOCATION,
WINDOW NAME and any of
the window attributes.
<script>
function winopen(){
window.open("LINK LOCATION", "WINDOW NAME",
"toolbar=yes,location=yes,directories=no,status=no,
menubar=yes,scrollbars=yes,resizable=no,copyhistory=yes,width=200,height=260")
}
</script>
Now put this inside your body code.
<body onLoad="winopen()">
An example is:
<BODY BGCOLOR="#FFFFFF" TEXT="#000000" LINK="#FF0000"
VLINK="#000080" ALINK="#000080"
onLoad="winopen()">
or
<body onLoad="winopen()">
If you want another window to open, copy this line and add to the script that goes in the
head tag. It goes just before the"}".
Make the WINDOW NAME something different from the first one!
window.open("LINK LOCATION", "WINDOW NAME",
"toolbar=yes,location=yes,directories=no,status=no,
menubar=yes,scrollbars=yes,resizable=no,copyhistory=yes,width=200,height=260")
1998 Copyright (C) Next Step All Rights Reserved