-
Notifications
You must be signed in to change notification settings - Fork 0
/
ndcontactform1.php
executable file
·139 lines (122 loc) · 4.1 KB
/
ndcontactform1.php
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
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html>
<head>
<title>New-Delhi - Your starting point</title>
<meta http-equiv="X-UA-Compatible" content="IE=9" />
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<link rel="stylesheet" type="text/css" href="ndstyle1.css" />
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-34477942-1']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
</head>
<body>
<div id="big-wrapper">
<div id="header1">
<a href="www.new-delhi.com"><img alt="New-Delhi.com online." src="/images/NDheader1.jpg" width="593" height="53" /> </a>
<script language = "JavaScript">
<!--
// Array of day names
var dayNames = new Array("Sun","Mon","Tue","Wed","Thu","Fri","Sat");
var monthNames = new Array("January","February","March","April","May","June","July",
"August","September","October","November","December");
var dt = new Date();
var y = dt.getYear();
// Y2K compliant
if (y < 1000) y +=1900;
document.write(monthNames[dt.getMonth()] + " " + dt.getDate() + ", " + y);
// -->
</script>
</div>
<!-- Images at the top --->
<div id="main-text">
<div id="Navhorz">
All your listings on one page - just point and click.<span STYLE="font-size: small; color: gray; text-align: right; "> Make this your home page.</span>
</div>
<br>
<h4> Benefits of Advertising on New-Delhi.com </h4><br>
<div id="bullets">
<ul>
<LI> Make your presence felt in a market of 20 million affluent & Tech Savvy users
<LI> Brand promotion and Brand recognition with your logo in the AD
<LI> A fixed location for your AD for a whole year - consistency
<LI> Your AD is active 24 hours a day 7 days a week to direct customers to your website
<LI> Gateway page with high volume local traffic
<LI> Select Advertisers on the page
</ul>
</div>
<br><br>
<h4> Please complete and submit this form and we will get back to you with a proposal.</h4><br>
<div id="Form1">
<form name="contactform" method="post" action="send_ndform_email.php">
<table width="450px">
<tr>
<td valign="top">
<label for="Company_name">Company Name*</label>
</td>
<td valign="top">
<input type="text" name="company_name" maxlength="50" size="30">
</td>
</tr>
<tr>
<td valign="top">
<label for="first_name">First Name*</label>
</td>
<td valign="top">
<input type="text" name="first_name" maxlength="50" size="30">
</td>
</tr>
<tr>
<td valign="top"">
<label for="last_name">Last Name*</label>
</td>
<td valign="top">
<input type="text" name="last_name" maxlength="50" size="30">
</td>
</tr>
<tr>
<td valign="top">
<label for="email">Email Address*</label>
</td>
<td valign="top">
<input type="text" name="email" maxlength="80" size="30">
</td>
</tr>
<tr>
<td valign="top">
<label for="telephone">Telephone Number</label>
</td>
<td valign="top">
<input type="text" name="telephone" maxlength="30" size="30">
</td>
</tr>
<tr>
<td valign="top">
<label for="comments">Comments*</label>
</td>
<td valign="top">
<textarea name="comments" maxlength="1000" cols="25" rows="6"></textarea>
</td>
</tr>
<tr>
<td colspan="2" style="text-align:center">
<input type="submit" value="Submit"> <a href="http://www.freecontactform.com/email_form.php"></a>
</td>
</tr>
</table>
</form>
</div>
<br><br>
<p class="footer"> All trademarks are copyrights of their respective companies and are presented here for information only.
<br> ©2012 new-delhi.com <a href="http://www.new-delhi.com/ndcontactform1.php">Click to Advertise here </a> </p>
</div>
</div>
</div>
</body>
</html>