ÿþ<!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=utf-8"> <script src="http://images.permission.com.au/robert_half/miniform/SpryAssets/SpryValidationTextField.js" type="text/javascript"></script> <link href="http://images.permission.com.au/robert_half/miniform/SpryAssets/SpryValidationTextField.css" rel="stylesheet" type="text/css"> <link href="http://images.permission.com.au/robert_half/miniform/style/style.css" rel="stylesheet" type="text/css"> </head> <body> <form action="http://rhilist.permission.com.au/2010_OT_sal_guide_order/2010_OT_sal_guide_order.aspx?cmd=miniformSubmit" method="post" name="formData"><input name="DMAILVAR_UNSUB" type="hidden" value=""> <div class="topPageMessage"> <span class="greyText">(<span class="redText">*</span> indicates mandatory fields)</span> </div> <p> <span id="firstNameSpry"><label class="controlLabel"><span class="redText">*</span>First name</label> <input type="text" name="firstName" id="firstName" class="controlInput"> <span class="textfieldRequiredMsg">A value is required.</span> </span> </p> <p> <span id="lastNameSpry"><label class="controlLabel"><span class="redText">*</span>Last name</label> <input type="text" name="lastName" id="lastName" class="controlInput"> <span class="textfieldRequiredMsg">A value is required.</span></span> </p> <span id="jobTitleSpry"><label class="controlLabel"><span class="redText">*</span>Job title</label> <input type="text" name="jobTitle" id="jobTitle" class="controlInput"> <span class="textfieldRequiredMsg">A value is required.</span></span> <p><span id="companySpry"><label class="controlLabel">Company</label> <input type="text" name="company" id="company" class="controlInput"> </span></p> <p> <span id="address1Spry"><label class="controlLabel"><span class="redText">*</span>Address 1</label> <input type="text" name="address1" id="address1" class="controlInput"> <span class="textfieldRequiredMsg">A value is required.</span></span> </p> <p> <span id="address2spry"><label class="controlLabel">Address 2</label> <input type="text" name="address2" id="address2" class="controlInput"> </span> </p> <p> <span id="cityspry"><label class="controlLabel"><span class="redText">*</span>City</label> <input type="text" name="city" id="city" class="controlInput"> <span class="textfieldRequiredMsg">A value is required.</span></span> </p> <p><span id="spryPostcode"> <label class="controlLabel"><span class="redText">*</span>Postcode </label> <input type="text" name="postCode" id="postCode" class="controlInput"> <span class="textfieldRequiredMsg">A value is required.</span></span></p> <p><span id="phoneSpry"><label class="controlLabel"><span class="redText">*</span>Phone</label> <input type="text" name="phone" id="phone" class="controlInput"> </span></p> <p><span id="emailspry"> <label class="controlLabel"><span class="redText">*</span>Email</label> <input type="text" name="email" id="email" class="controlInput"> <span class="textfieldRequiredMsg">A value is required.</span><span class="textfieldInvalidFormatMsg">Invalid format.</span></span></p> <p class="clearnext"> <input name="keepmeInformed" type="checkbox" value="Yes" checked=""> <label>Please keep informed of the latest information &amp; resources</label> </p> <p> <input name="submit" type="submit" value="Submit"> </p> <!-- Dream Mail Settings --> <input name="listAdd" type="hidden" value="1"> </form> <script type="text/javascript"> <!-- var spryfirstName = new Spry.Widget.ValidationTextField("firstNameSpry", "none", {validateOn:["blur", "change"]}); var sprylastName = new Spry.Widget.ValidationTextField("lastNameSpry", "none", {validateOn:["blur", "change"]}); var spryjobTitle = new Spry.Widget.ValidationTextField("jobTitleSpry", "none", {validateOn:["blur", "change"]}); var sprycompany = new Spry.Widget.ValidationTextField("companySpry", "none", {isRequired:false}); var spryphone = new Spry.Widget.ValidationTextField("phoneSpry", "none", {isRequired:false}); var spryemail = new Spry.Widget.ValidationTextField("emailspry", "email", {validateOn:["blur", "change"]}); var spryaddress1 = new Spry.Widget.ValidationTextField("address1Spry", "none", {validateOn:["blur", "change"]}); var spryaddress2 = new Spry.Widget.ValidationTextField("address2spry", "none", {isRequired:false}); var sprycity = new Spry.Widget.ValidationTextField("cityspry", "none", {validateOn:["blur", "change"]}); var sprytextfield1 = new Spry.Widget.ValidationTextField("spryPostcode", "none", {validateOn:["blur", "change"]}); //--> </script> </body> </html>