Reply to topic
Calling APSX from a traditional HTML form
PhillGibson


Joined: 01 Jun 2007
Posts: 2
Reply with quote
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

Joined: 15 Feb 2006
Posts: 340
Reply with quote
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
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
All times are GMT  
Page 1 of 1  

  
  
 Reply to topic