frank.griffin
07-29-2003, 02:49 PM
How can I add a window name to the following Javascript:popup code. I want to add the screen name at the hyperlink level.
Existing Java Code:
<SCRIPT LANGUAGE="JavaScript">
<!-- Begin
function popUp(URL) {
day = new Date();
id = day.getTime();
eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=1,location=0,statusbar=0,menubar=0,resizable=1,width=1024,height=768,left = 0,top = 0');");
}
// End -->
</script>
Thanks
Frank
<A HREF="javascript:popUp('login_audio.htm')"><strong>Login</strong></A>
Existing Java Code:
<SCRIPT LANGUAGE="JavaScript">
<!-- Begin
function popUp(URL) {
day = new Date();
id = day.getTime();
eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=1,location=0,statusbar=0,menubar=0,resizable=1,width=1024,height=768,left = 0,top = 0');");
}
// End -->
</script>
Thanks
Frank
<A HREF="javascript:popUp('login_audio.htm')"><strong>Login</strong></A>