<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<link href="calendar.css" rel="stylesheet" type="text/css" />
<script src="form-validate-index.js" type="text/javascript" language="javascript"></script>
<script src="calendar_us.js" type="text/javascript" language="javascript"></script>
<script src="langu.js" type="text/javascript"></script>
</head>
<body>
<div class="form-index">
<form id="frmindex" name="frmindex" method="post" action="send-index-mail.php" target="_top">
<input type="hidden" name="txtHref" />
<input type="hidden" name="txtTitle" />
<input type="hidden" name="txtReferrer" />
<input type="hidden" name="txtCookie" />
<table width="100%" border="0">
<tr>
<td colspan="2" ><input onfocus="if(this.value == 'Name'){this.value = '';}" type="text" onblur="if(this.value == ''){this.value='Name';}" id="name" name="txtName" value="Name" size="25" class="form-index-txt" /></td>
</tr>
<tr>
<td colspan="2"><input onfocus="if(this.value == 'E Mail ID'){this.value = '';}" type="text" onblur="if(this.value == ''){this.value='E Mail ID';}" id="email" name="txtEmail" value="E Mail ID" size="25" class="form-index-txt"/></td>
</tr>
<tr>
<td colspan="2"><input onfocus="if(this.value == 'Phone No'){this.value = '';}" type="text" onblur="if(this.value == ''){this.value='Phone No';}" id="phone" name="txtPhone" value="Phone No" size="25" class="form-index-txt"/></td>
</tr>
<tr>
<td colspan="2"><input onfocus="if(this.value == 'Country'){this.value = '';}" type="text" onblur="if(this.value == ''){this.value='Country';}" id="country" name="txtCountry" value="Country" size="25" class="form-index-txt"/></td>
</tr>
<tr>
<td width="32%"> Arrival</td>
<td width="68%"><input name="txtArrv" type="text" size="10" class="form-index-txt" />
<script language="Javascript" type="text/javascript">new tcal ({ 'formname': 'frmindex','controlname': 'txtArrv'});</script></td>
</tr>
<tr>
<td colspan="2"><input onfocus="if(this.value == 'Duration'){this.value = '';}" type="text" onblur="if(this.value == ''){this.value='Duration';}" id="duration" name="txtDays" value="Duration" size="25" class="form-index-txt"/></td>
</tr>
<tr>
<td colspan="2"><input onfocus="if(this.value == 'Adults'){this.value = '';}" type="text" onblur="if(this.value == ''){this.value='Adults';}" id="adults" name="txtAdult" value="Adults" size="9" class="form-index-txt"/>
<input onfocus="if(this.value == 'Childs'){this.value = '';}" type="text" onblur="if(this.value == ''){this.value='Childs';}" id="child" name="txtChild" value="Childs" size="9" class="form-index-txt"/></td>
</tr>
<tr>
<td colspan="2"><textarea name="txtReq" class="form-index-txt" rows="2" cols="2" style="width:158px;" id="Req" onfocus="if(this.value=='requirement') {this.value='';}" onblur="if(this.value=='') {this.value='requirement';}">requirement</textarea></td>
</tr>
<tr>
<td><img src="randomImage-index.php" alt="cap"/></td>
<td><input name="vercode" type="text" size="12" class="fields" /></td>
</tr>
<tr>
<td colspan="2"><div align="center">
<input type="button" onclick="Validate()" title="Submit" value="Submit" class="inside-form-format" />
<input type="button" onclick="frmindex.reset();" title="Reset" value="Reset" class="inside-form-format" />
</div>
</body>
</html>
Thanks for your help in advance

New Topic/Question
Reply


MultiQuote




|