Gopinath
06-22-2003, 12:42 AM
hi friends,
i declared one variable asp script. i want it to handle in javascript.
<%
bln_ret=comp_name(connection, xmlstr, session, err_str, xmlretstr)
if bln_ret then
var_1=xmlretstr
else
Response.write "Error"
end if
%>
i want to handle var_1 variable in javascript function
help pls
i declared one variable asp script. i want it to handle in javascript.
<%
bln_ret=comp_name(connection, xmlstr, session, err_str, xmlretstr)
if bln_ret then
var_1=xmlretstr
else
Response.write "Error"
end if
%>
i want to handle var_1 variable in javascript function
help pls