![]() |
| Calling APSX from a traditional HTML form |
|
PhillGibson
|
Hi,
Is it possible to call an APSX page as a form action from an HTML page? I know you would usually just have all pages to be .aspx pages, but I have many traditional html pages, each with a stardard form something like: <form name="form1" method="post" action="process-subscribe.aspx"> <input type="text" name="email_address"> <input type="submit" name="Submit" value="Submit"> </form> the ASPX compiles fine, and I can send via an aspx-style form, but I suspect it isn't actually sending because I'm not using the usual asp form here. Any ideas? Thanks, Phill Gibson |
||||||||||||
|
|
|||||||||||||
| No Problem |
|
comprug
Forum Regular
|
That wouldn't be a problem. I've seen it done a couple of times before. Just make sure that the name of the form and text fields match up with the script.
|
||||||||||||
|
|
|||||||||||||
| Calling APSX from a traditional HTML form |
|
||
|


