hi
how to get value in javascript for using in code java in (jsp)
thanks :)
how to get value in javascript for using in code java in (jsp)
thanks :)
<input type="texte" id="value" />
<script>
var a=document.getElementById("value").value();
</script>
<% Resulest rs=st.executeQuery("select * from employees where employe_id="+a);%>
Comment