-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpaytm.aspx
58 lines (56 loc) · 1.77 KB
/
paytm.aspx
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
<%@ Page Language="VB" AutoEventWireup="false" CodeFile="paytm.aspx.vb" Inherits="paytm" %>
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head runat="server">
<title></title>
<style type="text/css">
.auto-style1 {
width: 1338px;
height: 539px;
}
.auto-style2 {
position: absolute;
top: 265px;
left: 678px;
z-index: 1;
width: 263px;
height: 39px;
}
.auto-style3 {
position: absolute;
top: 343px;
left: 686px;
z-index: 1;
width: 139px;
height: 42px;
}
.auto-style4 {
position: absolute;
top: 268px;
left: 366px;
z-index: 1;
width: 258px;
height: 38px;
}
.auto-style5 {
position: absolute;
top: 339px;
left: 879px;
z-index: 1;
width: 280px;
height: 50px;
}
</style>
</head>
<body background:"paytm_box.jpg"="">
<form id="form1" runat="server">
<p>
<img alt="" class="auto-style1" src="paytm_box.jpg" /><asp:Label ID="mob" runat="server" CssClass="auto-style4" Font-Bold="True" Font-Size="X-Large" Text="Mobile Number :"></asp:Label>
<asp:Button ID="pay" runat="server" CssClass="auto-style3" Font-Bold="True" Font-Size="X-Large" Text="Pay" />
<asp:Label ID="Label1" runat="server" CssClass="auto-style5" Font-Bold="True" Font-Size="X-Large"></asp:Label>
<asp:TextBox ID="TextBox1" runat="server" CssClass="auto-style2"></asp:TextBox>
</p>
</form>
</body>
</html>