Hi,
Can anyone pls tell me how to pass values?
I have a link which when clicked should send the "z" with an order # and "x" with a customer name to the same page.
<a href="page1.asp?z=<%=rst("order_no"
%> & ?x=<% =rst("customer_name"
%>">Edit</a>
what am i missing in the construction of my querystring?
thanks,
Mark
Can anyone pls tell me how to pass values?
I have a link which when clicked should send the "z" with an order # and "x" with a customer name to the same page.
<a href="page1.asp?z=<%=rst("order_no"
what am i missing in the construction of my querystring?
thanks,
Mark