dreamwest Posted June 2, 2009 Share Posted June 2, 2009 How can i post an option by just using select: <select onChange"post this option"> <option value="">select</option> <option value="Option1" >Option1</option> <option value="Option2" >Option2</option> <option value="Option3" >Option3</option> <option value="Option4" >Option4</option> </select> Quote Link to comment https://forums.phpfreaks.com/topic/160567-make-a-post-by-using-select/ Share on other sites More sharing options...
cltn77 Posted June 3, 2009 Share Posted June 3, 2009 please specify. is it once you do the selection, it will auto submit the page? Quote Link to comment https://forums.phpfreaks.com/topic/160567-make-a-post-by-using-select/#findComment-848232 Share on other sites More sharing options...
dreamwest Posted June 3, 2009 Author Share Posted June 3, 2009 Yeah i found a example that works, but i still dont fully understand it. I think i need to learn a bit of javascript/ajax to customize it Quote Link to comment https://forums.phpfreaks.com/topic/160567-make-a-post-by-using-select/#findComment-848245 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.