I use ASP to obtain data from a database and I have a piece of javascript
code I use on my website. I want to use the database variables in my
javascript. I'm not very familiar with javascript, but here is some info
similar to what I'm trying to do.
<%
strFirstName=se ssion("FirstNam e") ASP code
strLastName=ses sion("LastName" )
%>
The javascript code I want to use the variables in.
Items[1]=["First Name", strFirstName,""]
Items[2]=["Last Name", strLastName,""]
Please help or point me to a website with this solution. Thanks much for
your help.
Craig
w1zard@hotSPAMm ail.com (remove SPAM before sending)
code I use on my website. I want to use the database variables in my
javascript. I'm not very familiar with javascript, but here is some info
similar to what I'm trying to do.
<%
strFirstName=se ssion("FirstNam e") ASP code
strLastName=ses sion("LastName" )
%>
The javascript code I want to use the variables in.
Items[1]=["First Name", strFirstName,""]
Items[2]=["Last Name", strLastName,""]
Please help or point me to a website with this solution. Thanks much for
your help.
Craig
w1zard@hotSPAMm ail.com (remove SPAM before sending)
Comment