Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!----- http://mddrilling.com/employment_application.php -------->
- <!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" />
- <title>M&D Foundation Drilling Industries, Inc.</title>
- <link href="css/template.css" rel="stylesheet" type="text/css" />
- <script src="Scripts/swfobject_modified.js" type="text/javascript"></script>
- <script>
- var timeout = 500;
- var closetimer = 0;
- var ddmenuitem = 0;
- // open hidden layer
- function mopen(id)
- {
- // cancel close timer
- mcancelclosetime();
- // close old layer
- if(ddmenuitem) ddmenuitem.style.visibility = 'hidden';
- // get new layer and show it
- ddmenuitem = document.getElementById(id);
- ddmenuitem.style.visibility = 'visible';
- }
- // close showed layer
- function mclose()
- {
- if(ddmenuitem) ddmenuitem.style.visibility = 'hidden';
- }
- // go close timer
- function mclosetime()
- {
- closetimer = window.setTimeout(mclose, timeout);
- }
- // cancel close timer
- function mcancelclosetime()
- {
- if(closetimer)
- {
- window.clearTimeout(closetimer);
- closetimer = null;
- }
- }
- // close layer when click-out
- document.onclick = mclose;
- </script>
- <style type="text/css">
- <!--
- body {
- background-color: #000;
- }
- -->
- </style>
- <script language='JavaScript' type='text/javascript' src='JScript/formValidator.js'></script>
- <script>
- function validate(formNode){
- var formValidatorInstance = new FormValidator(formNode);
- formValidatorInstance.addRule('First_Name','First Name Required','required');
- formValidatorInstance.addRule('Last_Name','Last Name Required','required');
- formValidatorInstance.addRule('Home_Phone','Home Phone Required','required');
- formValidatorInstance.addRule('agreement','You must certify that all the information submitted is true.','ischecked');
- return formValidatorInstance.validate();
- }
- </script>
- </head>
- <body>
- <div id="container">
- <div id="header">
- <object id="FlashID" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="1024" height="428">
- <param name="movie" value="flash/intro_video.swf" />
- <param name="quality" value="high" />
- <param name="wmode" value="opaque" />
- <param name="swfversion" value="6.0.65.0" />
- <!-- This param tag prompts users with Flash Player 6.0 r65 and higher to download the latest version of Flash Player. Delete it if you don’t want users to see the prompt. -->
- <param name="expressinstall" value="Scripts/expressInstall.swf" />
- <!-- Next object tag is for non-IE browsers. So hide it from IE using IECC. -->
- <!--[if !IE]>-->
- <object type="application/x-shockwave-flash" data="flash/intro_video.swf" width="1024" height="428">
- <!--<![endif]-->
- <param name="quality" value="high" />
- <param name="wmode" value="opaque" />
- <param name="swfversion" value="6.0.65.0" />
- <param name="expressinstall" value="Scripts/expressInstall.swf" />
- <!-- The browser displays the following alternative content for users with Flash Player 6.0 and older. -->
- <div>
- <h4>Content on this page requires a newer version of Adobe Flash Player.</h4>
- <p><a href="http://www.adobe.com/go/getflashplayer"><img src="http://www.adobe.com/images/shared/download_buttons/get_flash_player.gif" alt="Get Adobe Flash player" width="112" height="33" /></a></p>
- </div>
- <!--[if !IE]>-->
- </object>
- <!--<![endif]-->
- </object>
- </div>
- <div id="navbar">
- <ul id="sddm">
- <li><a href="index.html">Home</a></li>
- <li><a href="about_us.html">About Us</a></li>
- <li><a href=""
- onmouseover="mopen('m2')"
- onmouseout="mclosetime()">Services</a>
- <div id="m2"
- onmouseover="mcancelclosetime()"
- onmouseout="mclosetime()">
- <a href="open_hole_drilling.html">Open Hole Drilling</a>
- <a href="cased_drilling.html">Cased Drilling</a>
- <a href="rock_drilling.html">Rock Drilling</a>
- <a href="slurry_displaced_drilling.html">Slurry Displaced Drilling</a>
- <a href="specialty_drilling.html">Specialty Drilling</a>
- <a href="other_services.html">Other Services</a>
- </div>
- </li>
- <li><a href="equipment.html">Equipment</a></li>
- <li><a href="photo_gallery.html"> Photo Gallery</a></li>
- <li><a href="employment.html"> Employment</a></li>
- <li style=" border:none;"><a href="contact_us.html"> Contact Us</a></li>
- </ul>
- <div style="clear:both"></div>
- </div>
- <div id="content_container">
- <div id="content">
- <form action="verify.php" method="post" onsubmit="return validate(this)" accept-charset="iso-8859-1">
- <table border="0" width="958" height="79" cellspacing="0" cellpadding="4">
- <tr>
- <td height="23" width="932" bgcolor="#601e05" colspan="4"><input type="text" name="date" size="20" />
- Date:</td>
- </tr>
- <tr>
- <td height="23" width="187"><input type="text" name="First_Name" size="20" />
- <br />
- First</td>
- <td height="23" width="195"><input type="text" name="Middle_Name" size="20" />
- <br />
- Middle</td>
- <td height="23" width="188"><input type="text" name="Last_Name" size="20" />
- <br />
- Last</td>
- <td height="23" width="358"> </td>
- </tr>
- <tr>
- <td height="23" width="387" colspan="2" bgcolor="#601e05"><input type="text" name="Home_Address" size="48" />
- <br />
- Home Address</td>
- <td height="23" width="188" bgcolor="#601e05"><input type="text" name="City" size="20" />
- <br />
- City</td>
- <td height="23" width="358" bgcolor="#601e05"><input type="text" name="Zip" size="20" />
- <br />
- Zip</td>
- </tr>
- </table>
- <table border="0" width="958" height="54" cellspacing="0" cellpadding="4">
- <tr>
- <td height="23" width="278"><input type="text" name="Home_Phone" size="20" />
- <br />
- Home Phone</td>
- <td height="23" width="299"><input type="text" name="Social_Security" size="20" />
- <br />
- Social Security</td>
- <td height="23" width="354"><input type="text" name="DL_Number" size="20" />
- <br />
- Drivers License Number</td>
- </tr>
- <tr>
- <td height="23" width="278" bgcolor="#601e05"><input type="text" name="Cell_Phone" size="20" />
- <br />
- Cell Phone</td>
- <td height="23" width="299" bgcolor="#601e05"><input type="text" name="DOB" size="20" />
- <br />
- Date Of Birth</td>
- <td height="23" width="354" bgcolor="#601e05"><input type="text" name="State_Issue_Class" size="20" />
- <br />
- State Of Issue/Class</td>
- </tr>
- </table>
- <table border="0" width="958" height="54" cellspacing="0" cellpadding="4">
- <tr>
- <td height="23" width="278"><input type="text" name="Position_Desired" size="20" />
- <br />
- Position Desired</td>
- <td height="23" width="302"><input type="text" name="Salary_Desired" size="20" />
- <br />
- Salary Desired</td>
- <td height="23" width="354"><input type="text" name="Start_Date" size="20" />
- <br />
- Date You Can Start?</td>
- </tr>
- <tr>
- <td height="23" width="278" bgcolor="#601e05"><input type="text" name="How_Did_You_Hear_About_Us" size="20" />
- <br />
- How Did you Hear of Us?</td>
- <td height="23" width="302" bgcolor="#601e05"><input type="text" name="Previous_Compensation" size="20" />
- <br />
- Compensation of Last Job?</td>
- <td height="23" width="354" bgcolor="#601e05"> </td>
- </tr>
- </table>
- <table border="0" width="958" height="333" cellspacing="0" cellpadding="4">
- <tr>
- <td height="25" width="457">Are
- you 18 years of age or older?</td>
- <td height="25" width="125">YES
- <input type="radio" value="Yes" name="Are_you_18" /></td>
- <td height="25" width="354">NO
- <input type="radio" value="No" name="Are_you_18" /></td>
- </tr>
- <tr>
- <td height="16" width="457" bgcolor="#601e05">Have
- you ever had an "At Fault" accident while on the job? </td>
- <td height="16" width="125" bgcolor="#601e05">YES
- <input type="radio" value="Yes" name="At_Fault_Accident" /></td>
- <td height="16" width="354" bgcolor="#601e05">NO
- <input type="radio" value="No" checked name="At_Fault_Accident" /></td>
- </tr>
- <tr>
- <td height="23" width="457">If
- yes, explain:</td>
- <td height="23" width="479" colspan="2"><input type="text" name="Explain_Accident" size="43" /></td>
- </tr>
- <tr>
- <td height="23" width="457" bgcolor="#601e05"> Number of speeding tickets in the last 3 years?</td>
- <td height="23" width="479" colspan="2" bgcolor="#601e05"><input type="text" name="Number_Of_Speeding_Tickets" size="43" /></td>
- </tr>
- <tr>
- <td height="25" width="457">Have
- you ever been injured on the job?</td>
- <td height="25" width="125">YES
- <input type="radio" value="Yes" name="Injured_on_job" /></td>
- <td height="25" width="354">NO
- <input type="radio" value="No" checked name="Injured_on_job" /></td>
- </tr>
- <tr>
- <td height="23" width="457" bgcolor="#601e05">What
- was the outcome of your injuries?</td>
- <td height="23" width="479" colspan="2" bgcolor="#601e05"><input type="text" name="Outcome_Of_injuries" size="43" /></td>
- </tr>
- <tr>
- <td height="40" width="457">Are
- you prevented from becoming lawfully employed due to immigration status?</td>
- <td height="40" width="125">YES
- <input type="radio" value="Yes" name="prevented_to_work_lawfully" /></td>
- <td height="40" width="354">NO
- <input type="radio" value="No" name="prevented_to_work_lawfully" /></td>
- </tr>
- <tr>
- <td height="23" width="457" bgcolor="#601e05">Have
- you ever been convicted of a felony?</td>
- <td height="23" width="125" bgcolor="#601e05">YES
- <input type="radio" value="Yes" name="Convicted_of_Felony" /></td>
- <td height="23" width="354" bgcolor="#601e05">NO
- <input type="radio" value="No" name="Convicted_of_Felony" /></td>
- </tr>
- <tr>
- <td height="26" width="457"> If Yes, what date were you charge?</td>
- <td height="26" width="479" colspan="2"> Date:
- <input type="text" name="Date_Charged" size="15" /></td>
- </tr>
- <tr>
- <td height="23" width="457" bgcolor="#601e05">Are
- you currently on probation?</td>
- <td height="23" width="125" bgcolor="#601e05">YES
- <input type="radio" value="Yes" name="On_Probation" /></td>
- <td height="23" width="354" bgcolor="#601e05">NO
- <input type="radio" value="No" name="On_Probation" /></td>
- </tr>
- <tr>
- <td height="23" width="457">Are
- you currently employed?</td>
- <td height="23" width="125">YES
- <input type="radio" value="Yes" name="Currently_Employed" /></td>
- <td height="23" width="354">NO
- <input type="radio" value="No" name="Currently_Employed" /></td>
- </tr>
- <tr>
- <td height="25" width="457" bgcolor="#601e05">If
- so, may we contact your employer?</td>
- <td height="25" width="125" bgcolor="#601e05">YES
- <input type="radio" value="Yes" name="Contact_Current_Employer" /></td>
- <td height="25" width="354" bgcolor="#601e05">NO
- <input type="radio" value="No" name="Contact_Current_Employer" /></td>
- </tr>
- </table>
- <p><b><br />
- Employment History</b></p>
- <table border="0" width="606" height="234" cellspacing="0" cellpadding="4">
- <tr>
- <td height="15" width="233"> Dates</td>
- <td height="15" width="191"> From:
- <input type="text" name="Start_Date" size="15" /></td>
- <td height="15" width="158"> To:
- <input type="text" name="End_Date" size="15" /></td>
- </tr>
- <tr>
- <td height="15" width="233" bgcolor="#601e05"> NAME OF COMPANY:</td>
- <td height="15" width="357" colspan="2" bgcolor="#601e05"><input type="text" name="Company_Name" size="45" /></td>
- </tr>
- <tr>
- <td height="15" width="233"> ADDRESS:</td>
- <td height="15" width="357" colspan="2"><input type="text" name="Company_Address" size="45" /></td>
- </tr>
- <tr>
- <td height="15" width="233" bgcolor="#601e05"> PHONE:</td>
- <td height="15" width="357" colspan="2" bgcolor="#601e05"><input type="text" name="Company_Phone" size="45" /></td>
- </tr>
- <tr>
- <td height="15" width="233"> POSITION:</td>
- <td height="15" width="357" colspan="2"><input type="text" name="Position" size="45" /></td>
- </tr>
- <tr>
- <td height="15" width="233" bgcolor="#601e05"> RATE OF PAY:</td>
- <td height="15" width="357" colspan="2" bgcolor="#601e05"><input type="text" name="Rate_Of_Pay" size="45" /></td>
- </tr>
- <tr>
- <td height="23" width="233"> DUTIES:</td>
- <td height="23" width="357" colspan="2"><input type="text" name="Duties" size="45" /></td>
- </tr>
- <tr>
- <td height="23" width="233" bgcolor="#601e05"> REASON FOR LEAVING:</td>
- <td height="23" width="357" colspan="2" bgcolor="#601e05"><input type="text" name="Reason_For_Leaving" size="45" /></td>
- </tr>
- <tr>
- <td height="23" width="233"> MAY WE CONTACT THIS EMPLOYER?</td>
- <td height="23" width="357" colspan="2"> YES
- <input type="radio" value="Yes" name="Contact_Employer" />
-
- NO
- <input type="radio" value="No" name="Contact_Employer" /></td>
- </tr>
- </table><p><b>2</b></p>
- <table border="0" width="606" height="234" cellspacing="0" cellpadding="4">
- <tr>
- <td height="15" width="233"> Dates</td>
- <td height="15" width="191"> From:
- <input type="text" name="Start_Date0" size="15" /></td>
- <td height="15" width="158"> To:
- <input type="text" name="End_Date0" size="15" /></td>
- </tr>
- <tr>
- <td height="15" width="233" bgcolor="#601e05"> NAME OF COMPANY:</td>
- <td height="15" width="357" colspan="2" bgcolor="#601e05"><input type="text" name="Company_Name0" size="45" /></td>
- </tr>
- <tr>
- <td height="15" width="233"> ADDRESS:</td>
- <td height="15" width="357" colspan="2"><input type="text" name="Company_Address0" size="45" /></td>
- </tr>
- <tr>
- <td height="15" width="233" bgcolor="#601e05"> PHONE:</td>
- <td height="15" width="357" colspan="2" bgcolor="#601e05"><input type="text" name="Company_Phone0" size="45" /></td>
- </tr>
- <tr>
- <td height="15" width="233"> POSITION:</td>
- <td height="15" width="357" colspan="2"><input type="text" name="Position0" size="45" /></td>
- </tr>
- <tr>
- <td height="15" width="233" bgcolor="#601e05"> RATE OF PAY:</td>
- <td height="15" width="357" colspan="2" bgcolor="#601e05"><input type="text" name="Rate_Of_Pay0" size="45" /></td>
- </tr>
- <tr>
- <td height="23" width="233"> DUTIES:</td>
- <td height="23" width="357" colspan="2"><input type="text" name="Duties0" size="45" /></td>
- </tr>
- <tr>
- <td height="23" width="233" bgcolor="#601e05"> REASON FOR LEAVING:</td>
- <td height="23" width="357" colspan="2" bgcolor="#601e05"><input type="text" name="Reason_For_Leaving0" size="45" /></td>
- </tr>
- <tr>
- <td height="23" width="233"> MAY WE CONTACT THIS EMPLOYER?</td>
- <td height="23" width="357" colspan="2"> YES
- <input type="radio" value="Yes" name="Contact_Employer2" />
-
- NO
- <input type="radio" value="No" name="Contact_Employer2" /></td>
- </tr>
- </table>
- <p ><b>3</b></p>
- <table border="0" width="606" height="234" cellspacing="0" cellpadding="4">
- <tr>
- <td height="15" width="233"> Dates</td>
- <td height="15" width="191"> From:
- <input type="text" name="Start_Date1" size="15" /></td>
- <td height="15" width="158"> To:
- <input type="text" name="End_Date1" size="15" /></td>
- </tr>
- <tr>
- <td height="15" width="233" bgcolor="#601e05"> NAME OF COMPANY:</td>
- <td height="15" width="357" colspan="2" bgcolor="#601e05"><input type="text" name="Company_Name1" size="45" /></td>
- </tr>
- <tr>
- <td height="15" width="233"> ADDRESS:</td>
- <td height="15" width="357" colspan="2"><input type="text" name="Company_Address1" size="45" /></td>
- </tr>
- <tr>
- <td height="15" width="233" bgcolor="#601e05"> PHONE:</td>
- <td height="15" width="357" colspan="2" bgcolor="#601e05"><input type="text" name="Company_Phone1" size="45" /></td>
- </tr>
- <tr>
- <td height="15" width="233"> POSITION:</td>
- <td height="15" width="357" colspan="2"><input type="text" name="Position1" size="45" /></td>
- </tr>
- <tr>
- <td height="15" width="233" bgcolor="#601e05"> RATE OF PAY:</td>
- <td height="15" width="357" colspan="2" bgcolor="#601e05"><input type="text" name="Rate_Of_Pay1" size="45" /></td>
- </tr>
- <tr>
- <td height="23" width="233"> DUTIES:</td>
- <td height="23" width="357" colspan="2"><input type="text" name="Duties1" size="45" /></td>
- </tr>
- <tr>
- <td height="23" width="233" bgcolor="#601e05"> REASON FOR LEAVING:</td>
- <td height="23" width="357" colspan="2" bgcolor="#601e05"><input type="text" name="Reason_For_Leaving1" size="45" /></td>
- </tr>
- <tr>
- <td height="23" width="233"> MAY WE CONTACT THIS EMPLOYER?</td>
- <td height="23" width="357" colspan="2"> YES
- <input type="radio" value="Yes" name="Contact_Employer3" />
-
- NO
- <input type="radio" value="No" name="Contact_Employer3" /></td>
- </tr>
- </table>
- <p><b>Highschool</b></p>
- <table border="0" width="723" height="177" cellspacing="0" cellpadding="4">
- <tr>
- <td height="30" width="227" bgcolor="#601e05"> DATES:</td>
- <td height="30" width="191" bgcolor="#601e05">From:
- <input type="text" name="Highschool_From" size="15" /></td>
- <td height="30" width="281" bgcolor="#601e05">To:
- <input type="text" name="Highschool_To" size="15" /></td>
- </tr>
- <tr>
- <td height="30" width="227">NAME
- OF SCHOOL</td>
- <td height="30" width="480" colspan="2"><input type="text" name="Highschool_Name" size="44" /></td>
- </tr>
- <tr>
- <td height="30" width="227" bgcolor="#601e05">ADDRESS:</td>
- <td height="30" width="480" colspan="2" bgcolor="#601e05"><input type="text" name="Highschool_Address" size="44" /></td>
- </tr>
- <tr>
- <td height="28" width="227">DID YOU GRADUATE:</td>
- <td height="28" width="480" colspan="2">YES
- <input type="radio" value="Yes" name="Graduate_Highschool" />
- NO
- <input type="radio" value="No" checked name="Graduate_Highschool" /></td>
- </tr>
- <tr>
- <td height="30" width="227" bgcolor="#601e05">If yes what year?</td>
- <td height="30" width="480" colspan="2" bgcolor="#601e05"><input type="text" name="Year_Graduated_Highschool" size="44" /></td>
- </tr>
- <tr>
- <td height="28" width="227">If no, did you receive
- a GED?</td>
- <td height="28" width="480" colspan="2">YES
- <input type="radio" value="Yes" name="GED" />
- NO
- <input type="radio" value="No" name="GED" /></td>
- </tr>
- </table>
- <p><b>COLLEGE</b></p>
- <table border="0" width="723" height="177" cellspacing="0" cellpadding="4">
- <tr>
- <td height="30" width="227" bgcolor="#601e05">DATES:</td>
- <td height="30" width="191" bgcolor="#601e05">From:
- <input type="text" name="College_From" size="15" /></td>
- <td height="30" width="281" bgcolor="#601e05">To:
- <input type="text" name="College_To" size="15" /></td>
- </tr>
- <tr>
- <td height="30" width="227">NAME OF SCHOOL</td>
- <td height="30" width="480" colspan="2"><input type="text" name="Name_Of_College" size="44" /></td>
- </tr>
- <tr>
- <td height="30" width="227" bgcolor="#601e05">ADDRESS:</td>
- <td height="30" width="480" colspan="2" bgcolor="#601e05"><input type="text" name="College_Address" size="44" /></td>
- </tr>
- <tr>
- <td height="28" width="227">DID YOU GRADUATE:</td>
- <td height="28" width="480" colspan="2">YES
- <input type="radio" value="Yes" name="Graduate_College" />
- NO
- <input type="radio" value="No" name="Graduate_College" /></td>
- </tr>
- <tr>
- <td height="28" width="227" bgcolor="#601e05">If no, how many hours
- have you completed?</td>
- <td height="28" width="480" colspan="2" bgcolor="#601e05"><input type="text" name="Hours_Completed" size="44" /></td>
- </tr>
- </table>
- <p><b>SKILLS ABILITIES</b><br />
- PLEASE LIST ANY SPECIAL SKILLS, ABILITIES, AND/OR EQUIPMENT YOU CAN OPERATE THAT
- MIGHT BE APPLICABLE TO THE POSITION YOU ARE APPLYING FOR.</p>
- <table border="0" width="723" height="54" cellspacing="0" cellpadding="4">
- <tr>
- <td height="23" width="133" align="center"><b>SKILLS</b></td>
- <td height="23" width="574"><br />
- <textarea rows="5" name="Skills" cols="57"></textarea>
- <br />
- </td>
- </tr>
- <tr>
- <td height="23" width="133" align="center"><b>EQUIPMENT</b></td>
- <td height="23" width="574"><br />
- <textarea rows="5" name="Equipment" cols="57"></textarea>
- <br />
- </td>
- </tr>
- </table>
- <p>
- <label>
- <input type="checkbox" name="agreement" id="agreement" />
- </label>
- I certify that all the information submitted by me on
- this application is true and complete, and I understand that if any information,
- omissions, or misrepresentations are discovered my application may be rejected; and if I am
- employed my employment may be immediately terminated In consideration of discovered, and, employed, terminated. my employment, I agree to conform to the
- company's rules and regulations and agree that the terms and conditions of my
- employment may be changed with or without cause and with or without notice at
- any time by M&D Foundation Drilling Industries, Inc. I hereby give M&D
- Foundation Drilling Industries permission to obtain copies of my Motor Vehicle Records from any state where I am or have been
- a licensed driver, and to receive any information from my previous employers which may be pertinent to my employment.</p>
- <br />
- <p>
- <form method="post" action="verify.php" onsubmit="return validate(this)">
- <?php
- require_once('recaptchalib.php');
- $publickey = "6Lf57vMSAAAAAGg348SlYljZXIVryay2elznQzm_"; // you got this from the signup page
- echo recaptcha_get_html($publickey);
- ?>
- <input type="submit" name="submit" value="submit" />
- <input type="hidden" name="hdwemail" id="hdwemail" value="[email protected]" />
- </form>
- </p>
- <p>
- <!-- <input name="Submit " type="submit" value="Submit" />
- <input type="hidden" name="hdwok" id="hdwok" value="../thank.html" />
- <input type="hidden" name="hdwnook" id="hdwnook" value="../error.html" />-->
- </p>
- <p> </p>
- </form>
- <div style="clear:both;"></div>
- </div>
- <div id="call_us">
- <img src="images/call_us.png" width="614" height="58" />
- </div>
- <div style="clear:both;"></div>
- </div>
- <div id="footer">Copyright 2010 M&D Foundation Drilling Industries, Inc. All Rights Reserved.<br /><br />
- <span class="footer_orange">Site Maintained By <a href="mailto:[email protected]">A. Riquelmy</a></a></span></div>
- </div>
- <script type="text/javascript">
- <!--
- swfobject.registerObject("FlashID");
- //-->
- </script>
- </body>
- </html>
- <!------------ END of employment_application.php ------------------->
- <!----------- Begin Verify.php -------------------->
- <?php
- require_once('recaptchalib.php');
- $privatekey = "6Lf57vMSAAAAAGW_qgoTQ6c4SLj0jugnjXGFaPl8";
- $resp = recaptcha_check_answer ($privatekey,
- $_SERVER["REMOTE_ADDR"],
- $_POST["recaptcha_challenge_field"],
- $_POST["recaptcha_response_field"]);
- if (!$resp->is_valid) {
- // What happens when the CAPTCHA was entered incorrectly
- die ("The reCAPTCHA wasn't entered correctly. Go back and try it again." .
- "(reCAPTCHA said: " . $resp->error . ")");
- } else {
- // Your code here to handle a successful verification
- echo "
- <!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Transitional//EN\" \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd\">
- <html>
- <head>
- <meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\" />
- <title>M&D Foundation Drilling Industries, Inc.</title>
- <link href=\"css/template.css\" rel=\"stylesheet\" type=\"text/css\" />
- <script src=\"Scripts/swfobject_modified.js\" type=\"text/javascript\"></script>
- <script>
- var timeout = 500;
- var closetimer = 0;
- var ddmenuitem = 0;
- // open hidden layer
- function mopen(id)
- {
- // cancel close timer
- mcancelclosetime();
- // close old layer
- if(ddmenuitem) ddmenuitem.style.visibility = 'hidden';
- // get new layer and show it
- ddmenuitem = document.getElementById(id);
- ddmenuitem.style.visibility = 'visible';
- }
- // close showed layer
- function mclose()
- {
- if(ddmenuitem) ddmenuitem.style.visibility = 'hidden';
- }
- // go close timer
- function mclosetime()
- {
- closetimer = window.setTimeout(mclose, timeout);
- }
- // cancel close timer
- function mcancelclosetime()
- {
- if(closetimer)
- {
- window.clearTimeout(closetimer);
- closetimer = null;
- }
- }
- // close layer when click-out
- document.onclick = mclose;
- </script>
- <style type=\"text/css\">
- <!--
- body {
- background-color: #000;
- }
- -->
- </style>
- <script language='JavaScript' type='text/javascript' src='JScript/formValidator.js'></script>
- <script>
- function validate(formNode){
- var formValidatorInstance = new FormValidator(formNode);
- formValidatorInstance.addRule('First_Name','First Name Required','required');
- formValidatorInstance.addRule('Last_Name','Last Name Required','required');
- formValidatorInstance.addRule('Home_Phone','Home Phone Required','required');
- formValidatorInstance.addRule('agreement','You must certify that all the information submitted is true.','ischecked');
- return formValidatorInstance.validate();
- }
- </script>
- </head>
- <body>
- <div id=\"container\">
- <div id=\"header\">
- <object id=\"FlashID\" classid=\"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000\" width=\"1024\" height=\"428\">
- <param name=\"movie\" value=\"flash/intro_video.swf\" />
- <param name=\"quality\" value=\"high\" />
- <param name=\"wmode\" value=\"opaque\" />
- <param name=\"swfversion\" value=\"6.0.65.0\" />
- <!-- This param tag prompts users with Flash Player 6.0 r65 and higher to download the latest version of Flash Player. Delete it if you don't want users to see the prompt. -->
- <param name=\"expressinstall\" value=\"Scripts/expressInstall.swf\" />
- <!-- Next object tag is for non-IE browsers. So hide it from IE using IECC. -->
- <!--[if !IE]>-->
- <object type=\"application/x-shockwave-flash\" data=\"flash/intro_video.swf\" width=\"1024\" height=\"428\">
- <!--<![endif]-->
- <param name=\"quality\" value=\"high\" />
- <param name=\"wmode\" value=\"opaque\" />
- <param name=\"swfversion\" value=\"6.0.65.0\" />
- <param name=\"expressinstall\" value=\"Scripts/expressInstall.swf\" />
- <!-- The browser displays the following alternative content for users with Flash Player 6.0 and older. -->
- <div>
- <h4>Content on this page requires a newer version of Adobe Flash Player.</h4>
- <p><a href=\"http://www.adobe.com/go/getflashplayer\"><img src=\"http://www.adobe.com/images/shared/download_buttons/get_flash_player.gif\" alt=\"Get Adobe Flash player\" width=\"112\" height=\"33\" /></a></p>
- </div>
- <!--[if !IE]>-->
- </object>
- <!--<![endif]-->
- </object>
- </div>
- <div id=\"navbar\">
- <ul id=\"sddm\">
- <li><a href=\"index.html\">Home</a></li>
- <li><a href=\"about_us.html\">About Us</a></li>
- <li><a href=\"\"
- onmouseover=\"mopen('m2')\"
- onmouseout=\"mclosetime()\">Services</a>
- <div id=\"m2\"
- onmouseover=\"mcancelclosetime()\"
- onmouseout=\"mclosetime()\">
- <a href=\"open_hole_drilling.html\">Open Hole Drilling</a>
- <a href=\"cased_drilling.html\">Cased Drilling</a>
- <a href=\"rock_drilling.html\">Rock Drilling</a>
- <a href=\"slurry_displaced_drilling.html\">Slurry Displaced Drilling</a>
- <a href=\"specialty_drilling.html\">Specialty Drilling</a>
- <a href=\"other_services.html\">Other Services</a>
- </div>
- </li>
- <li><a href=\"equipment.html\">Equipment</a></li>
- <li><a href=\"photo_gallery.html\"> Photo Gallery</a></li>
- <li><a href=\"employment.html\"> Employment</a></li>
- <li style=\" border:none;\"><a href=\"contact_us.html\"> Contact Us</a></li>
- </ul>
- <div style=\"clear:both\"></div>
- </div>
- <div id=\"content_container\">
- <div id=\"content\">
- <h2>Thank You we will review your application and get back with you shortly</h2>
- <div style=\"clear:both;\"></div>
- </div>
- <div id=\"call_us\">
- <img src=\"images/call_us.png\" width=\"614\" height=\"58\" />
- </div>
- <div style=\"clear:both;\"></div>
- </div>
- <div id=\"footer\">Copyright 2010 M&D Foundation Drilling Industries, Inc. All Rights Reserved.<br /><br />
- <span class=\"footer_orange\">Site Maintained By <a href=\"mailto:[email protected]\">A. Riquelmy</a></a></span></div>
- </div>
- <script type=\"text/javascript\">
- <!--
- swfobject.registerObject(\"FlashID\");
- //-->
- </script>
- </body>
- </html>
- ";
- }
- ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement