|
|
|||||||||
|
|||||||||
|
|||||||||
| |
||
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
SlickEdit: Code in over 40 languages across 7 platforms. SlickEdit’s unmatched power, speed, and flexibility allows even the most accomplished developers to write better code faster. Download a free trial today! |
|
#1
|
|||
|
|||
|
ASP form processing question
<i><b>Originally posted by : Peter Bauweraerts (post@nr1call.com)</b></i><br />Hi,<br /><br />I have a website with a form, you can find at http://www.earnextranow.com/eenprofileen.php3 .<br /><br />The first question on that form is: <br /><br /><br />If you found this site from a referral or advertisement please enter the access code here:<br /><br /><br />Now it comes. A code is linked to the emailaddress of the owner of that code, for example when people fill in code work , this form must be send to the emailaddress of the owner of code work . So I need an ASP-script to automise it. Can someone help me, please?<br /><br />An example of a site where this situation is, you can find at http://www.earnincomenow.com/us_profile.asp , where you can find in the HTML code:<br /><br /><FORM METHOD="post" ACTION="us_joe.asp"><br /><INPUT TYPE="HIDDEN" NAME="FORMURL" VALUE="us_profile.asp"><br /><INPUT TYPE="HIDDEN" NAME="VIABLIND" VALUE="-1"><br /><br />So, how to handle "FORMURL" and "VIABLIND" .<br /><br />Best regards,<br /><br />Peter Bauweraerts<br /><br />
|
|
#2
|
|||
|
|||
|
<i><b>Originally posted by : Mage (mage@baltnet.ru)</b></i><br />Hi!<br /><br />You can handle hidden form fields in your ASP page the same way that any other field:<br /><br />yourVar=request.Form("FORMURL")<br /><br />About sending e-mails via ASP there were a lot of questions on this forum, just look a little bit deeper but if you want I can post PHP version of such mailing.<br /><br />Regards,<br />Mage<br /><br /><br />------------<br />Peter Bauweraerts at 4/25/2001 5:02:07 AM<br /><br />Hi,<br /><br />I have a website with a form, you can find at http://www.earnextranow.com/eenprofileen.php3 .<br /><br />The first question on that form is: <br /><br /><br />If you found this site from a referral or advertisement please enter the access code here:<br /><br /><br />Now it comes. A code is linked to the emailaddress of the owner of that code, for example when people fill in code work , this form must be send to the emailaddress of the owner of code work . So I need an ASP-script to automise it. Can someone help me, please?<br /><br />An example of a site where this situation is, you can find at http://www.earnincomenow.com/us_profile.asp , where you can find in the HTML code:<br /><br /><FORM METHOD="post" ACTION="us_joe.asp"><br /><INPUT TYPE="HIDDEN" NAME="FORMURL" VALUE="us_profile.asp"><br /><INPUT TYPE="HIDDEN" NAME="VIABLIND" VALUE="-1"><br /><br />So, how to handle "FORMURL" and "VIABLIND" .<br /><br />Best regards,<br /><br />Peter Bauweraerts<br /><br />
|
![]() |
| Viewing: ASP Free Forums > Programming > .NET Development > ASP form processing question |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
|
|
|