|
-
Jan 9th, 2001, 12:03 PM
#1
Thread Starter
Hyperactive Member
<form action="wherever">
<input type=hidden name="recipient" value="[email protected]">
<input type=hidden name="subject" value="Register Form">
<input type=hidden name="required" value="name">
<input type=hidden name="required" value="email">
<input type=hidden name="required" value="address">
<input type=hidden name="required" value="city">
<input type=hidden name="required" value="tel">
<input type=hidden name="required" value="zip">
<input type=hidden name="env_report" value="REMOTE_HOST,HTTP_USER_AGENT">
<input type=hidden name="return_link_url" value="http://www.magenta-netlogic.com">
<input type=hidden name="bgcolor" value="white">
<input type=hidden name="text_color" value="black">
</form
Anyone tell me are i can get the infromation out a form like the above and create the "where ever" string to pass into a ASP file ie:
postuser.asp?name=the form&email=the form etc..
Many 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
|