I have a button in which it updates the members profile. This works fine and will take you to the page in which the user can update his/her information.
-------------
Response.Write "<form action=""UpdateMe.asp"" method=""Post""><input type=""hidden"" name=""ID"" value=""" & strUserName & """>"
Response.Write "<div align = ""right""><input type=""submit"" name=""Submit"" value=""Change Info""></div>"
--------------
Well I want to perform the same action with just text. And this is what I have tried and of course it doenst work. How would I go about doing this.
--------------
Response.Write "<img src=""images/RightArrow.gif"" width=""12"" height=""12""> Click <a href=""UpdateMe.asp"" class = ""regular""><input type=""hidden"" name=""ID"" value=""" & strUserName & """>HERE</a> to update your member profile."
--------------
Any suggestions?
Thanks in advance....
-------------
Response.Write "<form action=""UpdateMe.asp"" method=""Post""><input type=""hidden"" name=""ID"" value=""" & strUserName & """>"
Response.Write "<div align = ""right""><input type=""submit"" name=""Submit"" value=""Change Info""></div>"
--------------
Well I want to perform the same action with just text. And this is what I have tried and of course it doenst work. How would I go about doing this.
--------------
Response.Write "<img src=""images/RightArrow.gif"" width=""12"" height=""12""> Click <a href=""UpdateMe.asp"" class = ""regular""><input type=""hidden"" name=""ID"" value=""" & strUserName & """>HERE</a> to update your member profile."
--------------
Any suggestions?
Thanks in advance....