shaz1987
12-10-2006, 12:28 AM
i want a alert message to come up when the check box is checked not through a button, i want it to alert when the teh checks it at that point is there anyway that can work ? i have tried but still i can not get it right
<script>
if(document.order.peporoni.checked==true) \\or 1
{
alert("*Free Delivery To YOur Door*);
}
</script>
<form name= "order">
<TD><h4> <INPUT TYPE= "CHECKBOX" NAME="Peporoni" value=37> Peporoni</h4> <P></TD>
<script>
if(document.order.peporoni.checked==true) \\or 1
{
alert("*Free Delivery To YOur Door*);
}
</script>
<form name= "order">
<TD><h4> <INPUT TYPE= "CHECKBOX" NAME="Peporoni" value=37> Peporoni</h4> <P></TD>