I want to have product details on popup pages, hence a custom product
template. I got the code for the popup window out of a computer magazine
(yes this is shaky but the code does work). The window does popup but it has
an error message in the source code.
The code in my template is the following:
[-- DEFINE MORE_INFO_PAGE--]
<html>
<head>
<title>Swimwear - [-- PRODUCT.MoreInformationFileName --]</title>
</head>
<body background="[-- MORE_INFO.BackgroundImage--]" text="[--
MORE_INFO.TextColor --]" onBlur="self.focus()" onLoad="self.focus()">
<CENTER>
<TABLE BORDER=0 width=300>
The code source that appears in the popup window is this.
<title>Swimwear - IslesOfYouth2.html</title>
</head>
<script language="JavaScript">
<!--
function SymError()
{
return true;
}
window.onerror = SymError;
//-->
</script>
<body background="none" text="000000" onBlur="self.focus()"
onLoad="self.focus()">
<CENTER>
<TABLE BORDER=0 width=300>
Does anyone know what is causing this error? Also, is this
onBlur="self.focus()" onLoad="self.focus()"> necessary as I notice that some
don't use it. I did try the window without it and it also came up.
Thanks,
Norman
1 Ocean Boulevard
http://www.web8.com/ocean