FP will never process an absolute URL as a web form property
It needs to be a relative URL as in
U-File="_private\form_results.txt"
--
_____________________________________________
SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
"Warning - Using the F1 Key will not break anything!" (-;
To find the best Newsgroup for FrontPage support see:
http://www.frontpagemvps.com/FrontPageNewsGroups/tabid/53/Default.aspx
_____________________________________________
| Look at the source, in FP or in the browser - right-click, View Source. At
| the top of the form near the <form> tag, the "U-File" attribute points to
| your hard drive, not to a web address - that's your problem.
|
| U-File="C:\Documents and Settings\Jessica\My
| Documents\Wedding\Website\_private\form_results.txt"
|
| This should be (something like)
|
http://www.yoursite.com/_private/form_results.text
| not commencing "C:\....."
|
| Which suggests you don't have a site open, only a page. Make sure your FP
| web/site is open first, then open the page.
|
| Are you trying to send this form data using the Frontpage Server Extensions,
| and in which case, are you publishing via HTTP mode in Frontpage?
|
| If not, then you need a third party script to send the email. (there's
| plenty out there) start on
www.hotscripts.com
| or even
http://www.ezmailer.net/ if you're on a Unix/Linux server.
|
|
|
|
| | >I set up a form in MicroSoft FrontPage for people to RSVP online to my
| > wedding. I made the submit button a hyperlink to my email
| > (mailto:myemailaddress). When I try it out, it doesn't submit the form. A
| > page pops up saying URL not found. Please help!!! The website is
| >
www.jasonandjessicaery.com/RSVPtrialpage3.html.
| >
| > Any help is appreciated!!
| >
| > Thanks,
| > Jessica
|
|