Confirmation page

J

JEROME

How do i get a link back to my index page from the confirmation page.

When I try it insert a hppt thing before the page name

Thanks
 
F

FrontPageForms

Hi Jerome,

Sounds like you may be talking about the default confirmation page. Your
best bet is to create a custom confirmation page with either full navigation
or simply a link back to index.

If your form link starts at your home page, A back button would work as well.

<input type="button" value="Back" onClick="history.go(-2)">

This one will go back two pages, which would take them back to where they
clicked the form link. You would place this on your custom confirmation page.
 
J

Jens Peter Karlsen[FP MVP]

You mean http.
In the hyperlink dialog you simply select your index page from the list.

Regards Jens Peter Karlsen. Microsoft MVP - Frontpage.
 
Top