Hai
I had the problem of using the variable in asp code that had passed in java script function
Here the code i used
But the code not working
How do i acess the variable cname
I had the problem of using the variable in asp code that had passed in java script function
Here the code i used
Code:
function fun(form2,cname)
{
alert(cnme.value)
<%
set sql=server.CreateObject("ADODB.RECORDSET")
set sql=ADOCONN.EXECUTE("SELECT DISTINCT app_no FROM app_request WHERE((username) LIKE '"&cname&"') ORDER BY app_no")
%>
}
How do i acess the variable cname
Comment