sazzie Posted January 30, 2007 Share Posted January 30, 2007 Can anyone offer any insight into how I can use the DOM to access a drop down list in my html form?My list simply contains months of the year but I am looking for a way to alter the selected month other than selecting from the list itself. Link to comment https://forums.phpfreaks.com/topic/36336-accessing-html-form-with-dom/ Share on other sites More sharing options...
fenway Posted January 30, 2007 Share Posted January 30, 2007 What do you mean by alter? Link to comment https://forums.phpfreaks.com/topic/36336-accessing-html-form-with-dom/#findComment-172891 Share on other sites More sharing options...
sazzie Posted January 31, 2007 Author Share Posted January 31, 2007 I mean to select any option from the list through the DOM Link to comment https://forums.phpfreaks.com/topic/36336-accessing-html-form-with-dom/#findComment-173526 Share on other sites More sharing options...
fenway Posted January 31, 2007 Share Posted January 31, 2007 Well, SELECT controls have an options collection. Link to comment https://forums.phpfreaks.com/topic/36336-accessing-html-form-with-dom/#findComment-173786 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.