I'm trying to write a script that will allow me to gather information from multiple drop down boxes, and then display the value of each selected index, however, when the below code is run I get the error 'Object doesn't suppport this property or method.' I've tried many different things to try and get it to work, but it has not yet
Please help me fix this code or point me in a better direction
thanks.
var TripNum = frmTripNum.txtTripNum.value
for (i = 0; i < TripNum; i++)
{
eval("para"+i).innerHTML=(document.eval("frm"+i).eval("sel"+i)[document.eval("frm"+i).eval("sel"+i).selectedIndex].value)
}

Chowhound
Comic Vine
GameFAQs
GameSpot
Giant Bomb
TechRepublic