While the script below works fine, I work with templates and therefore using the html <body> tag is not a good option at all? What other way do I need to be approaching this?
Thanks
Mark
<SCRIPT LANGUAGE="JavaScript">
function popUp(URL) {
day = new Date();
id = "page" + day.getTime();
id = window.open(URL, id, 'toolbar=1,scrollbars=1,location=1,statusbar=1,menubar=1,resizable=1');
}
</script>
</head>
<body onLoad="popUp('
Thanks
Mark
<SCRIPT LANGUAGE="JavaScript">
function popUp(URL) {
day = new Date();
id = "page" + day.getTime();
id = window.open(URL, id, 'toolbar=1,scrollbars=1,location=1,statusbar=1,menubar=1,resizable=1');
}
</script>
</head>
<body onLoad="popUp('