Hi,
When an item in my drop down box is selected my onchange event fires and a
vb function is supposed to display a msgbox containing the selected value of the box. I know this sounds simple but I can't get it to work. I'm using request.servervariables("SCRIPT_NAME") in the form tag. Can anyone see what I'm doing wrong?
<script language="vbscript">
<!--
function GetFSItem
msgbox lstFSItem.selectedindex.text
end function
-->
</script>