hi folks,
I have some links in my product detail page that call popup windows with extra info.
I created these using CUSTOMVARS, one of which contains the following code
and works fine as code in HTML, but when used as a CUSTOMVAR, I get a fatal error in IE and have to bomb out all IE windows to continue.
Any ideas? S.
I have some links in my product detail page that call popup windows with extra info.
I created these using CUSTOMVARS, one of which contains the following code
Code:
javascript:MM_openBrWindow('http://www.esafetysigns.co.uk/acatalog/popup_a3.htm','PopupA3','scrollbars=yes,width=340,height=500')
Any ideas? S.
Comment