ÿþ<%@ page contentType="text/html; charset=UTF8" language="java" import="java.sql.*" errorPage="" %> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <head> <title>Oriental Logistics Co. Ltd. - Online Shipment Booking System</title> <meta http-equiv="Content-Type" content="text/html; charset=big5"> <style type="text/css"> <!-- body { margin-left: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; background-color: #00aeef; } .style1 { color: #FFFFFF; font-family: Arial, Helvetica, sans-serif; } --> </style> <link href="cs_font.css" rel="stylesheet" type="text/css"> <script src="Scripts/AC_RunActiveContent.js" type="text/javascript"></script> <script language="JavaScript" type="text/JavaScript"> <!-- function MM_validateForm() { //v4.0 var i,p,q,nm,test,num,min,max,errors='',args=MM_validateForm.arguments; for (i=0; i<(args.length-2); i+=3) { test=args[i+2]; val=MM_findObj(args[i]); if (val) { nm=val.name; if ((val=val.value)!="") { if (test.indexOf('isEmail')!=-1) { p=val.indexOf('@'); if (p<1 || p==(val.length-1)) errors+='- '+nm+' must contain an e-mail address.\n'; } else if (test!='R') { num = parseFloat(val); if (isNaN(val)) errors+='- '+nm+' must contain a number.\n'; if (test.indexOf('inRange') != -1) { p=test.indexOf(':'); min=test.substring(8,p); max=test.substring(p+1); if (num<min || max<num) errors+='- '+nm+' must contain a number between '+min+' and '+max+'.\n'; } } } else if (test.charAt(0) == 'R') errors += '- '+nm+' is required.\n'; } } if (errors) alert('The following error(s) occurred:\n'+errors); document.MM_returnValue = (errors == ''); } function Form_Validator(theForm) { var alertsay = ""; // define for long lines // check to see if the field is blank if (theForm.userid.value == "") { alert("User ID must be enterd."); theForm.userid.focus(); return (false); } if (theForm.password.value == "") { alert("Password must be enterd."); theForm.password.focus(); return (false); } } //--> </script> </head> <body onLoad="window.document.form.userid.focus();"> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td height="83" bgcolor="#B3B3B3"><table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td width="30" height="83">&nbsp;</td> <td width="97"><img src="images/logo.gif" alt="Oriental Logistics" width="97" height="83" longdesc="http://www.orientallogistics.com" /></td> <td><div align="right"><img src="images/shipment_ebooking.gif" alt="Oriental Logistics" width="462" height="83" longdesc="http://www.orientallogistics.com" /></div></td> <td width="40">&nbsp;</td> </tr> </table></td> </tr> <tr> <td bgcolor="#005983"><table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td width="632"><script type="text/javascript"> AC_FL_RunContent( 'codebase','http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0','width','632','height','496','title','Oriental Logistics','src','images/main','quality','high','pluginspage','http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash','movie','images/main' ); //end AC code </script><noscript><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0" width="632" height="496" title="Oriental Logistics"> <param name="movie" value="images/main.swf" /> <param name="quality" value="high" /> <embed src="images/main.swf" quality="high" pluginspage="http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="632" height="496"></embed> </object></noscript></td> <td valign="top"><table width="100%" height="113" border="0" cellpadding="0" cellspacing="0"> <tr> <td width="30" height="100">&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>&nbsp;</td> <td><form name="form" method="post" action="login" onsubmit="return Form_Validator(this)"> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td width="24%" height="60"><span class="style1">Login</span></td> <td width="76%"><input type="text" name="userid" id="userid" /></td> </tr> <tr> <td height="60"><span class="style1">Password</span></td> <td><input type="text" name="password" id="password" /></td> </tr> <tr> <td>&nbsp;</td> <td><input type="submit" name="Submit" id="Submit" value="Login" /> <input type="reset" name="Reset" id="Reset" value="Reset" /></td> </tr> </table> </form> </td> </tr> </table></td> </tr> </table></td> </tr> <tr> <td bgcolor="#00AEEF"><table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td><div align="right"><span class="style1">© 2009 Oriental Logistics Holding Co. Ltd.</span></div></td> <td width="40">&nbsp;</td> </tr> </table></td> </tr> </table> </body> </html>