I am calling function submit on the same page , when i click submit .Inside a function how to to execute the sql insert .<br><br>for example: I am doing like this it gives an error<br><br><script language = vbscript><br>sub submit_onclick()<br>No = Request.Form("gue"
<br>sql = "Insert into Score (gue_No) values ('No');"<br>set rs=Application("DbObj"
.Execute(sql)<br>end sub<br></script><br><br>is there any other way to do it<br>