|
HELP forgive me for my Newbness
So im making my friend a web page for his upcoming business, Ive gotten most of the details down, but im having issues with the Submit button as well (I want to be able to click it, get the thankyou.html page to appear and also DL all the info), and I also want to make it to where all the info that is submitted gets downloaded to a MYsql server please help!!
Heres what I have (forgive me for my Newbness)
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>Hook Up My Dance</title></head><br />
<br />
<form action="thankyou.html" method="get" enctype="application/x-www-form-urlencoded"
onsubmit="return confirmSubmit();" >
<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" />
<meta name="author" content="2011 Vortek Consulting .®" />
<style type="text/css">
/*----------Text Styles----------*/
.ws6 {font-size: 8px;}
.ws7 {font-size: 9.3px;}
.ws8 {font-size: 11px;}
.ws9 {font-size: 12px;}
.ws10 {font-size: 13px;}
.ws11 {font-size: 15px;}
.ws12 {font-size: 16px;}
.ws14 {font-size: 19px;}
.ws16 {font-size: 21px;}
.ws18 {font-size: 24px;}
.ws20 {font-size: 27px;}
.ws22 {font-size: 29px;}
.ws24 {font-size: 32px;}
.ws26 {font-size: 35px;}
.ws28 {font-size: 37px;}
.ws36 {font-size: 48px;}
.ws48 {font-size: 64px;}
.ws72 {font-size: 96px;}
.wpmd {font-size: 13px;font-family: Arial,Helvetica,Sans-Serif;font-style: normal;font-weight: normal;}
/*----------Para Styles----------*/
DIV,UL,OL /* Left */
{
margin-top: 0px;
margin-bottom: 0px;
}
</style>
<form><body>
<div id="image1" style="position:absolute; overflow:hidden; left:49px; top:17px; width:700px; height:600px; z-index:0"><img src="images/Registration Page 1.1.jpg" alt="" title="" border=0 width=700 height=600 /></div>
<select name="formselect2" style="position:absolute;left:447px;top:249px;width:200px;z-index:12">
</select>
<input name="First" type="text" style="position:absolute;width:200px;left:167px;top:177px;z-index:1" onChange="<input type="text" name="First" id="Name" size="10" maxlength="10" onChange="return checkForText(this.value);" />" />
<input name="Last" type="text" style="position:absolute;width:200px;left:167px;top:213px;z-index:2" onBlur="<input type="text" name="Last" id="Last" size="10" maxlength="10" onChange="return checkForText(this.value);" />" onChange="<input type="text" name="Last" id="Last" size="10" maxlength="10" onChange="return checkForText(this.value);" />" />
<input name="Address" type="text" style="position:absolute;width:200px;left:166px;top:249px;z-index:3" onChange="<input type="text" name="Add" id="Add" size="10" maxlength="10" onChange="return checkForText(this.value);" />" />
<input name="City" type="text" style="position:absolute;width:200px;left:165px;top:283px;z-index:4" onChange="<input type="text" name="City" id="City" size="10" maxlength="10" onChange="return checkForText(this.value);" />" />
<input name="Zip" type="text" style="position:absolute;width:200px;left:165px;top:321px;z-index:5" onChange="<input type="text" name="Zip" id="Zip" size="10" maxlength="10" onChange="return checkForText(this.value);" />" />
<input name="State" type="text" style="position:absolute;width:200px;left:165px;top:357px;z-index:6" onChange="<input type="text" name="State" id="State" size="10" maxlength="10" onChange="return checkForText(this.value);" />" />
<input name="Text Number" type="text" style="position:absolute;width:200px;left:164px;top:393px;z-index:7" onChange="<input type="text" name="Textnumber" id="TN" size="10" maxlength="10" onChange="return checkForNumber(this.value);" />" />
<input name="Birth Date" type="text" style="position:absolute;width:200px;left:165px;top:429px;z-index:8" onChange="<input type="text" name="Birth" id="BD" size="10" maxlength="10" onChange="return checkForNumber(this.value);" />" />
Last edited by kyroskata; 08-10-2011 at 09:13 AM..
Reason: original was garbage
|