natalieG Posted July 19, 2006 Share Posted July 19, 2006 we have a listbox in a form and want to sent the selected value to a PHP page, butwant to send it via an AJAX function as follows:<FORM><SELECT NAME="MYSELECT" onChange="myfunction(??????????)"><options>.......</options></SELECT></FORM> We cannot find what to put in to replace the ?????????????????. If there is a different forum that I should addrferss to, let me know and I will resubmit there.Natalie Link to comment https://forums.phpfreaks.com/topic/15041-list-box-help/ Share on other sites More sharing options...
Barand Posted July 19, 2006 Share Posted July 19, 2006 try "this.value" in place of the ??? ??? ??? Link to comment https://forums.phpfreaks.com/topic/15041-list-box-help/#findComment-60493 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.