Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

This is kickin my butt


Guest

Recommended Posts

Ok, heres my deal.

 

I am incorporating osCommerce into my pre-existing site. Here is my problem. On the left side of my site (which is now "column_left.php") I have links. You can see them here, http://www.thevinyladvantage.com/test/default.php

 

My problem is when people click on "HOME" or "BENEFITS OF VINYL" it opens a new window. Is there any way to take those html pages and have the open up in the middle osCommerce window?

 

Here is my code from just one link. The "target=hoover" is the iframe that I target in my current page.

 

<tr>

                          

         <td><a href="tva1/benefits.html" target="hoover" alt="Benefits Of Vinyl" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image9','','images1/b6r.jpg',1)"><img src="images1/b6.jpg" name="Image9" width="192" height="14" border="0"></a></td>

                        </tr>

 

Is there any hope? Or am I SOL?

 

All help is appreciated

 

Is it going to be possible to t

Link to comment
Share on other sites

Take a look at the shipping link in the left column. That should give you a clue about what to do!

 

Thomas

 

Ok, heres my deal.

 

I am incorporating osCommerce into my pre-existing site. Here is my problem. On the left side of my site (which is now "column_left.php") I have links. You can see them here, http://www.thevinyladvantage.com/test/default.php

 

My problem is when people click on "HOME" or "BENEFITS OF VINYL" it opens a new window. Is there any way to take those html pages and have the open up in the middle osCommerce window?

 

Here is my code from just one link. The "target=hoover" is the iframe that I target in my current page.

 

<tr>

                          

         <td><a href="tva1/benefits.html" target="hoover" alt="Benefits Of Vinyl" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image9','','images1/b6r.jpg',1)"><img src="images1/b6.jpg" name="Image9" width="192" height="14" border="0"></a></td>

                        </tr>

 

Is there any hope? Or am I SOL?

 

All help is appreciated

 

Is it going to be possible to t

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...