|
-
Oct 4th, 2002, 07:50 AM
#1
Thread Starter
Member
Submitting FORM without pressing button
Hello:
I want to thank all that reply.
Is there a way to have this form submitted using code, instead of making the user press a button?
<form action="checkcustomer.asp" method="post">
<input type="Hidden" name="cmd" value="_cart">
<input type="hidden" name="Business" value="[email protected]">
<input type="hidden" name="item_name" value="<%=descpt%>">
<input type="hidden" name="amount" value=<%=currentPrice%>>
<input type="hidden" name ="ItemID" value=<%=SelTitles.Fields("Item.ID")%>>
<div align="Left"><%=extdesc%><div align="left"><a href="DisplayPict.asp?Picture=<% =seltitles("Picturename")%>" target="Frame2"><img src="images/view.jpg" width="81" height="20" border="0"></a>
</form>
If there is another way, could you please explain.
Thanks
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|