Guest Posted December 25, 2004 Share Posted December 25, 2004 Can someone be so kind as to evaluate my site? It's http://atomorange.com - The only problem I have as of now is the Java popup window for the products. It gives an error everytime I click on it. Any help would be nice :) Link to comment Share on other sites More sharing options...
♥ozcsys Posted December 26, 2004 Share Posted December 26, 2004 Can someone be so kind as to evaluate my site? It's http://atomorange.com - The only problem I have as of now is the Java popup window for the products. It gives an error everytime I click on it. Any help would be nice :) <{POST_SNAPBACK}> You are using sts which can cause problems with the pop-ups. I have fixed the problem by adding the javascript directely to the template file between the header tags so it looks something like this <head> <!--$headcontent--> <script language="javascript"><!-- function popupWindow(url) { window.open(url,'popupWindow','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,res izable=yes,copyhistory=no,width=100,height=100,screenX=150,screenY=150,top=150,le ft=150') } //--></script> <link rel="stylesheet" type="text/css" href="stylesheet.css"> </head> The Knowledge Base is a wonderful thing. Do you have a problem? Have you checked out Common Problems? There are many very useful osC Contributions Are you having trouble with a installed contribution? Have you checked out the support thread found Here BACKUP BACKUP BACKUP!!! You did backup, right?? Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.