Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Mouse rollover error


GlebeCS

Recommended Posts

I have one final problem to sort out on my STS enabled OSC site, on both the checkout_shipping and checkout_payment pages I get a similar "object expected" error when I move the mouse over a highlighted shipping/payment method, the code is as follows:

 

shipping:

<tr>
                  <td width="10"><img src="images/pixel_trans.gif" border="0" alt="" width="10" height="1"></td>
                  <td class="main" colspan="3"><b>UK Special Delivery</b> <img src="images/icons/shipping_uksd.gif" border="0" alt="UK Special Delivery" title=" UK Special Delivery " width="84" height="20"></td>
                  <td width="10"><img src="images/pixel_trans.gif" border="0" alt="" width="10" height="1"></td>
                </tr>
                <tr class="moduleRow" onmouseover="rowOverEffect(this)" onmouseout="rowOutEffect(this)" onclick="selectRowEffect(this, 2)">
                  <td width="10"><img src="images/pixel_trans.gif" border="0" alt="" width="10" height="1"></td>
                  <td class="main" width="75%">Postage to GB : 0.4 kg(s)</td>
                  <td class="main">?4.05</td>
                  <td class="main" align="right"><input type="radio" name="shipping" value="uksd_uksd"></td>
                  <td width="10"><img src="images/pixel_trans.gif" border="0" alt="" width="10" height="1"></td>
                </tr>

 

Payment:

<tr>
              <td><img src="images/pixel_trans.gif" border="0" alt="" width="10" height="1"></td>
              <td colspan="2"><table border="0" width="100%" cellspacing="0" cellpadding="2">
                <tr id="defaultSelected" class="moduleRowSelected" onmouseover="rowOverEffect(this)" onmouseout="rowOutEffect(this)" onclick="selectRowEffect(this, 0)">
                  <td width="10"><img src="images/pixel_trans.gif" border="0" alt="" width="10" height="1"></td>
                  <td class="main" colspan="3"><b>Credit Card</b></td>
                  <td class="main" align="right">
<input type="hidden" name="payment" value="cc">                    </td>
                  <td width="10"><img src="images/pixel_trans.gif" border="0" alt="" width="10" height="1"></td>
                </tr>

 

The error line in th shipping page is:

<tr class="moduleRow" onmouseover="rowOverEffect(this)" onmouseout="rowOutEffect(this)" onclick="selectRowEffect(this, 2)">

 

And the error line in Payment is:

<tr id="defaultSelected" class="moduleRowSelected" onmouseover="rowOverEffect(this)" onmouseout="rowOutEffect(this)" onclick="selectRowEffect(this, 0)">

 

This seems to occur wherever a mouse rollover is used, any ideas where I have omitted to define the rollover or whatever?

 

Thank you

Link to comment
Share on other sites

  • 2 months later...

Archived

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

×
×
  • Create New...