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 Quote Link to comment Share on other sites More sharing options...
Barand Posted July 19, 2006 Share Posted July 19, 2006 try "this.value" in place of the ??? ??? ??? Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.