I'm creating a HTML application.
How can you check with VBscript if option element exists in the html code?
I have to check if there are options inside the select element like in this example:
...OR if there are not option elements like in this example:Code:<select name="LangChooser"> <option value="sp">Spanish</option> <option value="en">English</option> </select>
Thanks!Code:<select name="LangChooser"> </select>


Reply With Quote
