Thursday, December 27, 2007

Get text of select box

var Foo= document.getElementById("selectid").options[document.getElementById("selectid").options.selectedIndex].text;

Your comments Here! Hover Your cursor to leave a comment.