Hi i read online that Opera does not support parseInt, is this true? and if so how would i caluclate as an interger this:
var totPeps = parseInt(wNumGuests.options[wNumGuests.selectedIndex].value) + parseInt(wNumChildren.options[wNumChildren.selectedIndex].value);
Thanks!
var totPeps = parseInt(wNumGuests.options[wNumGuests.selectedIndex].value) + parseInt(wNumChildren.options[wNumChildren.selectedIndex].value);
Thanks!