-
Notifications
You must be signed in to change notification settings - Fork 0
/
CarRental6.html
106 lines (106 loc) · 2.02 KB
/
CarRental6.html
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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
<!DOCTYPE html>
<html>
<head>
<script>
var x=getElementsByName("shivam")[0].value;
function fun()
{
document.write("<a href='nextpage6.html' target=_blank id ='link'>choice confirm</a>.");
}
</script>
<style>
#h
{
font-size:15px;
}
body
{
font-size:30px;
padding-left:400px;
padding-right:400px;
padding-top:0px;
padding-bottom:0px;
background-image:url(car.jpeg)
}
form
{
margin:40px;
max-width:600px;
padding:30px;
background-color:pink;
}
input[type="password"]
{
width:200px;
height:20px;
padding:5px;
}
input[type="text"]
{
width:200px;
height:20px;
padding:5px;
}
input[type="submit"]
{
width:100px;
height:30px;
padding:5px;
background-color:red;
}
#j
{
padding-top:20px;
padding-bottom:5px;
color:red;
}
</style>
</head>
<body>
<marquee id="j" behavior="scroll" direction="left">CLICK ON ONE OF THE ANY CARD</marquee>
<form action="CarRental7.html" methode="post">
<table>
<table border="1px">
<tr id="T" bgcolor="yellow">
<th id="h" onclick="fun()" >VISA<img src="t.jpg" border=4 height=10 width=30></th>
<th id="h" onclick="fun()" id="T" >DEBIT CARD<img src="t.jpg" border=5 height=10 width=30></tm>
<th id="h" onclick="fun()" id="T" >CAREDIT CARD<img src="t.jpg" border=5 height=10 width=30></tm>
<th id="h" onclick="fun()" id="T" >CAREDIT CARD<img src="t.jpg" border=5 height=10 width=30></tm>
</tr>
<tr >
<td id="j" >CARD NUMBER</td>
</tr>
<tr>
<td id="j" ><input type="text" name="shivam" /></td>
</tr>
<tr>
<td id="j" >CANDIDATE NAME</td>
</tr>
<tr>
<td id="j" ><input type="text" name="shivam" /</td>
</tr>
<tr>
<td id="j" >VALIDITY</td>
</tr>
<tr>
<td id="j" ><input type="Date" name="shivam" /></td>
</tr>
<tr>
<td id="j"> ENTER CVV</td>
</tr>
<tr>
<td id="j" ><input type="text" name="shivam" /></td>
</tr>
<tr>
<td id="j" >ENTER YOUR PASSWORD</td>
</tr>
<tr>
<td id="j" ><input type="password" name="shivam" /></td>
</tr>
<tr>
<td id="k" "><input type="submit" value="payment" name="Shivam"/<td>
</tr>
</table>
</form>
</body>
</html>