I am working on a classic asp page with a pre-existing vbscript function that forms a document.
Is there a way to make a dropdown within vbscript itself that doesn't depend on HTML?
I have an xml object with what is needed to load the dropdown but I need to load the actual dropdown.
Luckily, it just needs to print on the form, there is no save to a database.
There isn't much code to post except that it would go in a function such as:
Function getDropdownA(ByVal strInput)
' put dropdown here, loading into it the strInput
End