This has probably been answered on the forums, although I could not find it.
I am attempting to add some simple javascript (openWin) to the pages and whenever/whereever I add it, X-cart goes into error. All I am trying to add is:
Code:
<script language="JavaScript">
<!--
function openWin(URL)
{
window.open(URL,"daughter","height=400,width=400,scrollbars=yes,menubar=no,toolbars=no,status=no,location=no,resizable");
}
//-->
</script>
Have added it to the head region as well as in the header and I end up with the same fatal error.
Any advice on thsi one?
Thanx[/code]