ozpo1
07-18-2007, 11:01 AM
Hi, I want to receive variables from the last page and implement them into links on my new page, meaning:
<%
time="Immediately"
foryou="yes"
zipcode="91367"
%>
Now, I want to implement this values into this link:
www.getcontractor.com/project.asp?time&foryou&zipcode
My problem is that these are asp values, and my link is in html.
How can I do it?
Thanks a lot, I love this forum!
Oz
<%
time="Immediately"
foryou="yes"
zipcode="91367"
%>
Now, I want to implement this values into this link:
www.getcontractor.com/project.asp?time&foryou&zipcode
My problem is that these are asp values, and my link is in html.
How can I do it?
Thanks a lot, I love this forum!
Oz