Using the code snippet
<select name="colName" onChange="getTablesUsing(this.value)">
to call the javascript function getTablesUsing(), I am not getting the value with IE.
I have used only an alert(this.value) in place of the getTablesUsing:
<select name="colName" onChange="alert(this.value)">
The result is blank.
I testing on a Macintosh, running VMFusion to test the IE environment and have always had success with the results. This has stumped me and any help will be greatly appreciated.
Not IE 8 is the version of browser I am using for this testing.