-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathRegestrationPage.html
More file actions
63 lines (59 loc) · 1.82 KB
/
RegestrationPage.html
File metadata and controls
63 lines (59 loc) · 1.82 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
<html>
<head>
<title>Welcome To The Regestration Page </title>
<script type = "text/javascript" src="javascript.js">
</script>
<style type="text/css">
#first
{
height: 22px;
width: 187px;
}
</style>
</head>
<body background="sky.jpg" >
<h3 align="CENTER"> To Create Advertiser Account <A HREF="RegestrationPage 1.html"> HERE </A> </h3>
<h3 align="CENTER"> To Show Advertiser Account <A HREF="showadver.php"> HERE </A> </h3>
<h3 align="CENTER"> To logout <A HREF="index.html"> HERE </A> </h3>
<form action="register.php" method="post" name="form1" id="form1"">
<table width="70%" border="0" cellpadding="8">
<tr>
<td colspan="3"> <h4>Welcome to the Client Registration Form </h4> </td>
</tr>
<tr>
<td width="20%" style="text-align: left">Name
</td>
<td width="25%">
<input type="text" id="first" name="textfield4" />
</td>
<td width="55%" >
</td>
</tr>
<tr>
<td width="20%" style="text-align: left">
Email<font color="#FF0000">*</font>
</td>
<td colspan="2" > <input type="text" id="username" name="textfield1" size="30" />
</td>
</tr>
<tr> <td width="20%" style="text-align: left"> Password
</td>
<td colspan="2"> <input type="password" id="password" name="textfield2" size="30" />
</td>
</tr>
<tr>
<td width="20%" style="text-align: left">
Confirm Password<font color="#FF0000">*</font>
</td>
<td colspan="2"><input type="password" id="confirmpassword" name="textfield3" size="30" />
</td>
</tr>
<tr style="vertical-align: top">
<td colspan="3">
<input type="submit" name="SubmitName" value="Submit" />
</td>
</tr>
</table>
</form>
</body>
</html>