Hi,
Any One has any idea on this, please help:
<%
'on this server side I request some string value:
var1= request.querystring("id"
%>
<html>
<head>
<Script language="VbScript">
What should I use event handler for this client side in order to have the HTML option select auto load up. For example when var1="admin" then the Admin option below auto select.
</Script>
</head>
<body>
<SELECT id=selectUsr name=selectUsr width="100%" style="WIDTH: 199px" >
<OPTION value="0" > Select User Role</OPTION>
<OPTION value="1" > Admin</OPTION>
<OPTION value="2" > Maintainer</OPTION>
<OPTION value="3" > User</OPTION>
</body></html>
Thank you very much for your time and I am really appreciated your help
John
Any One has any idea on this, please help:
<%
'on this server side I request some string value:
var1= request.querystring("id"
%>
<html>
<head>
<Script language="VbScript">
What should I use event handler for this client side in order to have the HTML option select auto load up. For example when var1="admin" then the Admin option below auto select.
</Script>
</head>
<body>
<SELECT id=selectUsr name=selectUsr width="100%" style="WIDTH: 199px" >
<OPTION value="0" > Select User Role</OPTION>
<OPTION value="1" > Admin</OPTION>
<OPTION value="2" > Maintainer</OPTION>
<OPTION value="3" > User</OPTION>
</body></html>
Thank you very much for your time and I am really appreciated your help
John