gee807 Posted January 17, 2007 Share Posted January 17, 2007 Hi, I know there is alot about this one out there already but I have tried all the suggestions I could find and am still not having any luck. Using a custom STS template, have put the suggested code in at the top of the template etc. But its still not working!! Can anyone tell me what I'm doing wrong? This is one of the site pages I'm having trouble with: Click Here If someone would be nice enough to take a look and tell me what's going on or if they have any suggestions? Thanks, Amy Link to comment Share on other sites More sharing options...
jonquil Posted January 17, 2007 Share Posted January 17, 2007 Just a guess, but I think the problem is within your <head></head> tags. Duplication from an installed contribution. Check for the following in your root/product_info.php. <script language="javascript"><!-- function popupWindow(url) { window.open(url,'popupWindow','toolbar=no,location=no,directories=no,status=no, menubar=no,scrollbars=no,resizable=yes,copyhistory=no,width=100,height=100, screenX=150,screenY=150,top=150,left=150') } //--></script> <!-- end get_javascript(applicationtop2header) //--> <script language="javascript"><!-- function popupWindow(url) { window.open(url,'popupWindow','toolbar=no,location=no,directories=no,status=no, menubar=no,scrollbars=no,resizable=yes,copyhistory=no,width=100,height=100, screenX=150,screenY=150,top=150,left=150') } //--></script> Delete the duplicate script call below "<!-- end get_javascript(applicationtop2header) //-->" and see if this helps. jon It's all just ones and zeros.... Link to comment Share on other sites More sharing options...
gee807 Posted January 17, 2007 Author Share Posted January 17, 2007 Thanks Jon, There was a duplication in there. Thanks a bunch. Amy Link to comment Share on other sites More sharing options...
jonquil Posted January 17, 2007 Share Posted January 17, 2007 :thumbsup: It's all just ones and zeros.... Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.