Steve
Mon Mar 14 19:58:46 CST 2005
1. Remove the spaces from the file names and replace them with underscores _ or dashes -
2. There is no closing </form> tag on the page.
3. You have nested tables within the form. ( that has no closing </form> tags )
4. All of the form content should be included within the <form></form> tags ( there is no closing
</form> tag )
and all of the form components should be contained within one set of <table></table> tags.
The order should be: </table><form></form></table>
Also, ( which has nothing to do with the form not working ) don't use the space bar to position
elements in a page. Use the positioning features on the toolbar. ( or position using a style
sheet )
hth.
--
Steve Easton
Microsoft MVP FrontPage
95isalive
This site is best viewed............
.......................with a computer
"Jencha1234" <Jencha1234@discussions.microsoft.com> wrote in message
news:37FD6BB5-CACD-4350-A653-05759F40A295@microsoft.com...
> In Frontpage 2003 it has an automatic error validation form that has a link
> back to the form, but when you click the link it takes you back to the empty
> form.
> When I try to make my own validation error form to tell users to use the
> back browser button to correct whatever part of the form they don't fill in
> correctly, the specific error doesn't show up.
> Is there any way to change Frontpage's automatic error validation form or to
> make my form show the exact error message?
> The address for the form is
http://www.honeymoontravel.com/Quote%20Form.htm
>