Hi, I want the drop box to change demendant on the passeddata value, but this wont work, any help
Code:function car() { passedData = urlGet(); document.date.lpag.value = passedData['car']; var lala = document.date.lpag.value if (lala == "G" ) { document.date.car.options[document.date.car.selectedIndex].value= "G" } }


Reply With Quote

Bookmarks