ÿþ<!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="iso-8859-1" /> <title>Save on UPS Shipping</title> <style type="text/css"> <!-- .style1 {font-family: Arial, Helvetica, sans-serif;font-size: 14px; margin:auto; width:250px;} .checkBoxGroup { width:300px; margin:6px 0 0 0; padding:5px; border:0px solid #999999; } .checkBoxGroup h3 { margin:0; } span.errMsg2 { margin:0 0 9px 0; color:blue; }--> </style> <script src="../formjs/jquery.js" type="text/javascript"></script> <script src="../formjs/jquery.validate.js" type="text/javascript"></script> <script type="text/javascript" src="../formjs/jquery.maskedinput.js"></script> <script type="text/javascript" src="../formjs/mktSignup.js"></script> <script src="../globalValidate.js" type="text/javascript"></script> <link rel="stylesheet" type="text/css" href="../formcss/global.css" /> </head> <body style="background-color:#dcede5;" > <div class="error" style="display:none;" align="center"> <br /><span style="padding-left:10px;"></span>.<br clear="all"/></div> <!--<form id="contact" name="form1" method="get" action="https://www.ups.com/account/am/start" class="style1" onsubmit=""> --> <form action="https://www.ups.com/account/am/start" method="GET" name="contact" id="contact" onsubmit="" class="style1"> <input type="hidden" name="loc" value="en_US" /> <p><span class="style1"><strong>Here is my UPS Account Number:</strong></span><br /> <label> <input type="text" name="accountNo" onChange="javascript:this.value=this.value.toUpperCase();" id="textfield" class="required" /> </label> <input type="hidden" name="bidNo" value="P050019565" /> <input type="hidden" name="itemNo" value="1970805" /> <input type="hidden" name="assocIdentifier" value="598" /> <br /> <br> <strong>I'd like to sign up for:</strong><br> <input name="upsDiscount" type="checkbox" value="yes" checked="checked" disabled="disabled"> &nbsp;UPS shipping discounts <br> <input name="upsStore" type="checkbox" value="yes">&nbsp;The UPS Store&reg; Corporate Card<br></p> <p> <label> <input type="submit" id="go" value="Lets Get Started" name="Submit" /> </label> <br> </p> </form> </body> </html>