Hi, I am trying to make a hyperlink with a form button using a cart number that I store in a session variable. I get the page to come up, but I cannot get the session variable part of the url. It go goes to the page, but the url stops after the =.
Here is the code.
Response.Write("<INPUT TYPE='button' onClick=parent.location='saveCart.asp?ID=' + session(BasketId") value='Save My Cart' class='btn' onmouseover=""hov(this,'btn btnhov')"" onmouseout=""hov(this,'btn')""")
Here is the code.
Response.Write("<INPUT TYPE='button' onClick=parent.location='saveCart.asp?ID=' + session(BasketId") value='Save My Cart' class='btn' onmouseover=""hov(this,'btn btnhov')"" onmouseout=""hov(this,'btn')""")