<! DOCTYPE HTML PUBLIC "-//W3C//DTD XHTML 1.0 transitional//en" "Http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd ">
<meta http-equiv= "Content-type" content= "text/html; charset=gb2312 "/>
<title> Untitled Document </title>
<style type= "Text/css" >
<!--
body,td,th {
font-size:12px;
}
-->
</style>
<script language= "JavaScript" >
function Check () {
if (MyForm.start.value = = "") {
Alert (' Input data start position ');
return false;
}else if (MyForm.end.value = = ") {
Alert (' Start and end position is problematic ');
return false;
}else if (Myform.pagesize.value = = ") {
Alert (' Please enter maximum value ');
return false;
}
}
</script>
<body>
<table width= "border=" "0" align= "center" cellpadding= "0" cellspacing= "0" style= "padding-left:20px;" >
<tr>
<TD align= "left" ><form id= "MyForm" name= "MyForm" method= "Get" action= "import_test.php" >
<label></label>
<p>
<label>
Import Start Location:
<input name= "Start" id= "Start" cols= "rows=" "5" >
</label>
Ex:100</p>
<p>
<label> Import data in total:
<input name= "End" id= "End" cols= "" rows= "5"/>
</label>
Ex:15000</p>
<p>
<label>
Import a few at a time:
<input type= "text" name= "pagesize" id= "pagesize"/>
</label>
Ex:1000</p>
<p>
<label>
<input name= "button" type= "submit" style= height:30px;width:300px; "id=" button "onclick=" Javascript:return check ( ); "value=" Data import/>
</label>
</p>
</form> </td>
</tr>
</table>
</body>