File: PBWebEasyOrderEntry.html
Size: 889
Date: Sat, 08 Dec 2007 15:37:09 +0100
Type: html
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN"
   "http://www.w3.org/TR/html4/frameset.dtd">
<html>
<head>
 <title>PB Web Easy - Order Entry</title>
 <meta http-equiv="expires" content="0">
 <meta http-equiv="cache-control" content="no-cache">
 <meta http-equiv="pragma" content="no-cache">
 <script language="javascript" src="CheckSession.js"></script>
 <script language="javascript">
    function myonload () {
        if (CheckSession() == 1 ) {
        window.frames['customer'].location.href = "/cgi-bin/pwe.exe/pbwebeasy/pwd_ds_oe_customer/of_listdata"
        }
    }
</script>
</head>
<frameset onload="javascript:myonload()" rows="50%,50%" cols="100%" >
 <frameset cols="50%,50%">
  <frame name="customer" marginwidth="0" marginheight="0" > 
 <frame name="order" marginwidth="0" marginheight="0"> 
 </frameset>
 <frame name="orderitem" marginwidth="0" marginheight="0" > 
</frameset>
</html>