petertran123
08-28-2002, 01:58 PM
Hello all,
I have a form to be submitted, but instead having a submit button i can to have a link. Can you help me with that.
<form action="holidayloan.asp" method="post">
<input type="text" name="EFIN" value="<%= request.form("EFIN") %>">
<input type="submit"> <****** can i have a clickable link here instead of submit button..?
Thanks..
I have a form to be submitted, but instead having a submit button i can to have a link. Can you help me with that.
<form action="holidayloan.asp" method="post">
<input type="text" name="EFIN" value="<%= request.form("EFIN") %>">
<input type="submit"> <****** can i have a clickable link here instead of submit button..?
Thanks..