Page Link

  • Thread starter Continental Translations
  • Start date
C

Continental Translations

I am creating a form using MS Front page. Now, when the person clicks on
submit, I want the person to then be taken to a thank you page which tells
them there information has been sent.

Here's my html for it so far:-

Cany anybody spot any errors? The page I want the person to be taken to is
http://www.continental-translations.com/thankyou.htm

Thanks all

<html>

<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<meta name="GENERATOR" content="Microsoft FrontPage 4.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<title>Your details</title>
</head>

<body>

<div align="center">
<table border="2" width="670" height="7" cellspacing="0" cellpadding="0"
bordercolor="#0099FF">
<tr>
<td width="670" height="52" bgcolor="#D7D7D7">
<img border="0" src="images/t_banner_1.jpg" width="670"
height="50"></td>
</tr>
<tr>
<td width="670" height="18" bgcolor="#CCCCCC">
<p align="center"><a href="welcome.htm"><img border="0"
src="images/home_btn.jpg" width="41" height="20"></a>&nbsp;
<font color="#9EBD0D" size="4" face="Century Gothic"><b><img
border="0" src="images/div_btn.jpg" width="8" height="20">&nbsp;
<a href="services.htm"><img border="0" src="images/services_btn.jpg"
width="57" height="20"></a>&nbsp;
<img border="0" src="images/div_btn.jpg" width="8"
height="20">&nbsp;
<a href="contactus.htm"><img border="0"
src="images/contactus_btn.jpg" width="76" height="20"></a></b></font></td>
</tr>
<tr>
<td width="666" height="28">
<p align="center"><font face="Tahoma" size="1"
color="#9EBD0D"><b><br>
<img border="0" src="images/contactus_t.jpg" width="80" height="20">
</b></font></p>
<p align="left"><b><font face="Times New Roman" size="3">If you
would
like to contact us regarding a project, please send an email to the
following address or alternatively, fill out the form
below.</font></b></p>
<p align="center"><a
href="mailto:[email protected]"><b><font
color="#006699" face="Tahoma"
size="1">[email protected]</font></b></a></p>
<form method="POST" action="--WEBBOT-SELF--">
<!--webbot bot="SaveResults" U-File="_private/form_results.txt"
S-Format="TEXT/CSV" S-Label-Fields="TRUE"
B-Reverse-Chronology="FALSE"
S-Email-Format="TEXT/PRE"
S-Email-Address="(e-mail address removed)"
B-Email-Label-Fields="TRUE" S-Builtin-Fields

U-Confirmation-Url="http://www.continental-translations.com/thankyou.htm"
-->
<p><b><font color="#006699">YOUR DETAILS:</font></b></p>

<p><b><i>Name:&nbsp;</i></b>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbs
p;
<input type="text" name="T1" size="20">&nbsp;</p>

<p><b><i>Email:&nbsp;&nbsp;&nbsp;&nbsp;</i></b>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp
;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
<input type="text" name="T4" size="20"></p>
<p><b><i>Contact Number:&nbsp;&nbsp;&nbsp;</i></b>&nbsp; <input
type="text" name="T5" size="20"></p>
<p>&nbsp;___________________________________</p>
<p><b><font color="#006699">TRANSLATION DETAILS:</font></b></p>
<p>&nbsp;</p>
<p><b><i>Source Language:&nbsp;</i></b>&nbsp;&nbsp;&nbsp; <select
size="1" name="D1">
<option>Arabic</option>
<option>English</option>
<option>French</option>
<option>German</option>
<option>Russian</option>
</select></p>
<p><b><i>Target Language:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</i></b>
<select size="1" name="D2">
<option>English</option>
<option>French</option>
<option>Slovak</option>
</select></p>
<p><b><i>Source File
Format:&nbsp;</i></b>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&
nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
<select size="1" name="D3">
<option>Electronic</option>
<option>Hard Copy</option>
</select></p>
<p><b><i>Required Target File Format:&nbsp;</i></b> <select
size="1" name="D4">
<option>Electronic</option>
<option>Hard Copy</option>
</select></p>
<p><b><i>Document Type / Subject Matter:</i></b>&nbsp; <input
type="text" name="T6" size="20"></p>
<p><b><i>Number of Words:</i></b>&nbsp; <input type="text"
name="T2" size="20"></p>
<p><b><i>Due Date:&nbsp;</i></b> <input type="text" name="T3"
size="20"></p>
<p><b><i>Electronic version of document
attached:&nbsp;</i></b>&nbsp; <input Type="File" Name="File1"></p>
<p align="center"><a href="thankyou.htm"><input type="submit"
value="Submit" name="B1"></a><input type="reset" value="Reset"
name="B2"></p>
</form>
<center>
</center></td>
</tr>
</table>
</div>

<p align="center"><font face="Tahoma" size="1">&nbsp;© 2004 -
Continental-Translations.com - All Rights Reserved</font></p>

</body>

</html>
 
G

GMW

I don't have time to parse your code but I can tell you in less than two
minutes how to create a thank you page, called a conformation page by FP.

First create and save you thank page with in the FP based web.

Next open a blank page in your FP web and create a form. open the web page
containing your form. Done by going to Insert -> Form. You can also create
the form by using the built in template (File -> New -> Page -> Templates
(right hand side of monitor) ->Feedback (recommended) or form page wizard)

When finished creating the form right click on the form. Click on the form
properties option. The form's properties window will open. Click on the
options button in the lower left hand side of the properties window. A new
window entitled "savings results" will open up. Go to the third tab
(confirmation page) on the saving results page. Look for the sentence "url
of confirmation page" next to this awkward sentence is a "browse" button.
Click the browse button and locate the thank you page you created.

GMW

Continental Translations said:
I am creating a form using MS Front page. Now, when the person clicks on
submit, I want the person to then be taken to a thank you page which tells
them there information has been sent.

Here's my html for it so far:-

Cany anybody spot any errors? The page I want the person to be taken to is
http://www.continental-translations.com/thankyou.htm

Thanks all

<html>

<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<meta name="GENERATOR" content="Microsoft FrontPage 4.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<title>Your details</title>
</head>

<body>

<div align="center">
<table border="2" width="670" height="7" cellspacing="0" cellpadding="0"
bordercolor="#0099FF">
<tr>
<td width="670" height="52" bgcolor="#D7D7D7">
<img border="0" src="images/t_banner_1.jpg" width="670"
height="50"></td>
</tr>
<tr>
<td width="670" height="18" bgcolor="#CCCCCC">
<p align="center"><a href="welcome.htm"><img border="0"
src="images/home_btn.jpg" width="41" height="20"></a>&nbsp;
<font color="#9EBD0D" size="4" face="Century Gothic"><b><img
border="0" src="images/div_btn.jpg" width="8" height="20">&nbsp;
<a href="services.htm"><img border="0" src="images/services_btn.jpg"
width="57" height="20"></a>&nbsp;
<img border="0" src="images/div_btn.jpg" width="8"
height="20">&nbsp;
<a href="contactus.htm"><img border="0"
src="images/contactus_btn.jpg" width="76" height="20"></a></b></font></td>
</tr>
<tr>
<td width="666" height="28">
<p align="center"><font face="Tahoma" size="1"
color="#9EBD0D"><b><br>
<img border="0" src="images/contactus_t.jpg" width="80" height="20">
</b></font></p>
<p align="left"><b><font face="Times New Roman" size="3">If you
would
like to contact us regarding a project, please send an email to the
following address or alternatively, fill out the form
below.</font></b></p>
<p align="center"><a
href="mailto:[email protected]"><b><font
color="#006699" face="Tahoma"
size="1">[email protected]</font></b></a></p>
<form method="POST" action="--WEBBOT-SELF--">
<!--webbot bot="SaveResults" U-File="_private/form_results.txt"
S-Format="TEXT/CSV" S-Label-Fields="TRUE"
B-Reverse-Chronology="FALSE"
S-Email-Format="TEXT/PRE"
S-Email-Address="(e-mail address removed)"
B-Email-Label-Fields="TRUE" S-Builtin-Fields

U-Confirmation-Url="http://www.continental-translations.com/thankyou.htm"
-->
<p><b><font color="#006699">YOUR DETAILS:</font></b></p>


&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbs
p;
<input type="text" name="T1" size="20">&nbsp;</p>
 
M

Mike

When in the frontpage editor, right-click while inside the form area. A dialog
box will open. Select Form Properties. Select the Options tab. Then select the
Confirmation Page tab. Within the URL of confirmation page box either enter the
URL of the Thank You page or use he Browse button to locate it within your web.

That's all there is to it.

John
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top