Hi all!
I have this problem, Anyone have any idea please help!
<html>
<head>
<Script language="JavaScript">
What should I use event handler for this client side in order to have the HTML option select auto load up when reload() the window. Not come back to the very first one in selection but when widow reload I still focus to the same option that I just selected.
function sel_onchange(){
window.reload();
then what should I add here?
}
</Script>
</head>
<body>
<SELECT id=selectUsr name=selectUsr width="100%" style="WIDTH: 199px" onchange="sel_onchange()">
<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
I have this problem, Anyone have any idea please help!
<html>
<head>
<Script language="JavaScript">
What should I use event handler for this client side in order to have the HTML option select auto load up when reload() the window. Not come back to the very first one in selection but when widow reload I still focus to the same option that I just selected.
function sel_onchange(){
window.reload();
then what should I add here?
}
</Script>
</head>
<body>
<SELECT id=selectUsr name=selectUsr width="100%" style="WIDTH: 199px" onchange="sel_onchange()">
<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