Forum Moderators: open

Message Too Old, No Replies

Check box problem vIE5 users

         

medic

1:36 pm on Apr 15, 2004 (gmt 0)

10+ Year Member



Hi guys, sorry i am a noobie to yor forums, but you were recommended by my boss as the best volunteer group to handle probs of this nature.

With this code :-

<SCRIPT LANGUAGE="JavaScript">

function ConfirmDelete()
{
if (confirm('Evaluation copies are only available to educational establishments within the UK.\nPress "OK" to remove from basket.\nPress Cancel to leave in basket.'))
{ window.location="/stoic/pa_shoppingbasket.pr_deletefrombasket?p_basketid=675986&p_icoa=Y"}
}
</SCRIPT>
<td valign="top" class="shoptext"><div align="center"><a href="#" onClick="ConfirmDelete();" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('private_customer','','../common/images/shop/checkout/pay_priv_cust_f2.gif',1)"><img src="../common/images/shop/checkout/pay_priv_cust.gif" name="private_customer" width="149" height="21" border="0" id="private_customer" alt="Proceed to Checkout - Private Customer"></a></div></td>

IE Version 5 always takes the false route, whilst all versions above work correctly.

pesky ie5 users, wish we didn't have to cater for them but well, they probly form 67% of the market.... pfft.

Bernard Marx

2:17 pm on Apr 15, 2004 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



... Sorry. I just wrote a load of nonsense ...

medic

2:57 pm on Apr 15, 2004 (gmt 0)

10+ Year Member



i solved the problem now, admin pls delete as you see fit, ie5 had issues with the 'onClick' function.