1.

Solve : Can't get pop-up windows to work on my site?

Answer»

This could be a script error or it could be something else, but the pop-up windows that were working are not now. They are PRODUCT detail windows with an add to cart button. I have attached the script from the page if someone can look at it and see if there is an issue with the writing. I don't think I have ever changed anything on this page in order to not make it work, but I have been adding JAVA scripts to other pages on the site, if that makes a difference. Let me know if other page scripts are needed, or the website address. Thanks everyone! You all have been very helpful in the other forums!


      


          


          {title}


          




         [/url]
      

          


          
          
          {row.product_name}
          [/url]
          
          
          
          


          


          
          Item: {row.product_no}

          [/url]
          


          


          &LT;font face="verdana" style="font-size: 9pt">Price: </font>

           
          $ {row.price}


          


          
          
          
          
          
          
        
        
        
        
        


        
            
       
      
       {row.td2}


      
      
      
      

              <font face="verdana" color="#000000" style="font-size: 7pt">
                 &nbsp;Displaying {first_product} to {last_product} of {total_products} &nbsp;
             </font>

                  
              

              <font face="verdana" color="#000000" style="font-size: 7pt">
                  Page
                  <!-- BEGIN page_row -->
                <a class="link4" href="{page_row.link}">{page_row.name}[/url] &nbsp;
               <!-- END page_row -->
               
               <!-- BEGIN link_prev -->
                    <a  class="link4" href="{link_prev.link}">&lt;&lt;[/url]
                    &nbsp;
              <!-- END link_prev -->
                    
              <!-- BEGIN link_next -->
                    <a  class="link4" href="{link_next.link}">&gt;&gt;[/url]
                    &nbsp;
              <!-- END link_next -->
                    of {total_pages}&nbsp;
              </font>
     
                

    

    What's all the stuff in CURLY brackets (braces: { }) about?  Are you using a templating system?  DTML?

This is not a complete page you have posted here.  Perhaps you could provide a link to the page - that would be easier.


Discussion

No Comment Found