Forum: JavaScript / DHTML / AJAX Aug 14th, 2009 |
| Replies: 3 Views: 254 Thanks for trying.
the problem was a typo where there are 2 > but its working fine now
thanks |
Forum: JavaScript / DHTML / AJAX Aug 13th, 2009 |
| Replies: 3 Views: 254 Hey I am trying to know what is the value of of a check box (true, or false)
but i cant seem to get it write
function getPrice(boxName){
alert(form1.Soft_Top_Cloth.checked) // Hard code... |