Forum Moderators: open
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.