|
| |
|
|
aspdog
Posts: 1 Joined: 11/15/2004 Status: offline
|
FrontPage Email interface and ASP - 11/15/2004 13:59:01
I'm using the FrontPage option to submit Form fields as an email -- On Form Properties, Where to store results, I specify an email address. Works fine as test.htm, but when (using the FrontPage folders view) I rename it to test.asp, the email support fails. Is there something documented about this that I've missed? FrontPage allows me to create and edit ASP pages, and it supports email as a destination for Form results, but they don't appear to work at the same time. Any ideas?
|
|
|
|
Giomanach
Posts: 6128 Joined: 11/19/2003 From: England Status: offline
|
RE: FrontPage Email interface and ASP - 11/16/2004 7:40:21
Aspdog As a general rule, no two Server Side Technologies can be used in the same file - hence the stop of operation when you rename the .htm to .asp. The Forms in FP require FPSE to function, these will not work if you rename the form page to .asp, or add any ASP to the page in question. The only way round it is to use an ASP form, not FP HTH
_____________________________
|
|
New Messages |
No New Messages |
Hot Topic w/ New Messages |
Hot Topic w/o New Messages |
Locked w/ New Messages |
Locked w/o New Messages |
|
Post New Thread
Reply to Message
Post New Poll
Submit Vote
Delete My Own Post
Delete My Own Thread
Rate Posts
|
|
|