Hello,
Users are seeing a script error when viewing my site using IE. (Obviously this is with "Disable script debugging" unchecked in the browser settings). Netscape doesn't reveal this error. Using the Windows debugger shows the cause is this:
<table width="600" border="0" cellspacing="0" cellpadding="0"><tr><td align="center" class="smaller">Items Ordered:<script language="JavaScript">document.write(getCartItem(3));</script>, Cart Value: <script language="JavaScript">document.write(getCartItem(1));</script></td><td align="center" class="smaller"></td><td></td></tr></table>
Can anyone tell me what causing this? All the clues are there i.e. this is dynamically created by JavaScript.
TIA
Ben
Users are seeing a script error when viewing my site using IE. (Obviously this is with "Disable script debugging" unchecked in the browser settings). Netscape doesn't reveal this error. Using the Windows debugger shows the cause is this:
<table width="600" border="0" cellspacing="0" cellpadding="0"><tr><td align="center" class="smaller">Items Ordered:<script language="JavaScript">document.write(getCartItem(3));</script>, Cart Value: <script language="JavaScript">document.write(getCartItem(1));</script></td><td align="center" class="smaller"></td><td></td></tr></table>
Can anyone tell me what causing this? All the clues are there i.e. this is dynamically created by JavaScript.
TIA
Ben
Comment