cancer10
08-27-2008, 08:14 AM
Hey PPL,
Came up with another issue.
If you were to fetch a value from js and store it in an asp variable, how would you do it?
I tried the following but it didn't worked. Any idea why?
<%
myStr = "<script>document.form1.txtName.value</script>"
response.write myStr
%>
Thnx
Came up with another issue.
If you were to fetch a value from js and store it in an asp variable, how would you do it?
I tried the following but it didn't worked. Any idea why?
<%
myStr = "<script>document.form1.txtName.value</script>"
response.write myStr
%>
Thnx