Forum Moderators: open
here's the 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=1,statusbar=1,menubar=0,resizable=1,width=650,height=850');");
}
// End -->
</script>
here's the reference:
<BODY LEFTMARGIN="0" TOPMARGIN="0" MARGINWIDTH="0" MARGINHEIGHT="0" bgcolor=white onLoad="javascript:popUp('twa.pdf')">
any ideas on why this doesn't work in netscape?
Thanks!
Jordan
P.P.S. I would think twice about triggering a popup containing a PDF document. That causes quite a delay on my fairly new PC, and I'm sure that many browsers won't be able to view it at all without the plugin.