Alemayehu,
You can use '<%= request.querystring() %>' for unnamed querystrings... if
you have a named querystring, use '<%
request.querystring("name_of_querystring") %>'
-----Original Message-----
From: Alemayehu Lema [mailto:alemayehu@e...]
Sent: Thursday, May 16, 2002 10:08 AM
To: javascript
Subject: [javascript] RE: JavaScript code with ASP
Thank you very much. It has solved my problem. I have one more problem. I
would like to transfer a value retrived from a database using ASP to another
ASP file through URL as follows:
response.write "<a href='description.asp?" & desc & "'>Description </a><br>"
The problem is how can I retrive the value in the description.asp file
described above?