I have two dropdowns on a page, each within their own form. When the user selects a value from the first dropdown, I use the onchange event in the <SELECT> tag to submit this first form to the same page, thereby giving the second dropdown a value to query a db on, and get 'dynamic' options. Until the first form is submitted, the contents of the page stop loading after the second dropdown. Why? I've seen examples of this same technique load all the way even before the first dropdown was specified. That example was actually javascript, which I'll migrate to if i have to...
But anyway, is this possible w/ VBScript? Why is this happening?
Thanks!
But anyway, is this possible w/ VBScript? Why is this happening?
Thanks!