home *** CD-ROM | disk | FTP | other *** search
/ bombers.k12.ar.us / bombers.k12.ar.us.tar / bombers.k12.ar.us / apps / classified.asp < prev    next >
Text File  |  2010-03-03  |  23KB  |  392 lines

  1. <%
  2. ' FP_ASP ASP Automatically generated by a Frontpage Component. Do not Edit.
  3. On Error Resume Next
  4.  
  5. strErrorUrl = "error.htm"
  6.  
  7. If Request.ServerVariables("REQUEST_METHOD") = "POST" Then
  8. If Request.Form("VTI-GROUP") = "0" Then
  9.     Err.Clear
  10.  
  11.     Set fp_conn =  Server.CreateObject("ADODB.Connection")
  12.     FP_DumpError strErrorUrl, "Cannot create connection"
  13.  
  14.     Set fp_rs = Server.CreateObject("ADODB.Recordset")
  15.     FP_DumpError strErrorUrl, "Cannot create record set"
  16.  
  17.     fp_conn.Open Application("classified_ConnectionString")
  18.     FP_DumpError strErrorUrl, "Cannot open database"
  19.  
  20.     fp_rs.Open "Results", fp_conn, 1, 3, 2 ' adOpenKeySet, adLockOptimistic, adCmdTable
  21.     FP_DumpError strErrorUrl, "Cannot open record set"
  22.  
  23.     fp_rs.AddNew
  24.     FP_DumpError strErrorUrl, "Cannot add new record set to the database"
  25.     Dim arFormFields0(40)
  26.     Dim arFormDBFields0(40)
  27.     Dim arFormValues0(40)
  28.  
  29.     arFormFields0(0) = "RefPhone2"
  30.     arFormDBFields0(0) = "RefPhone2"
  31.     arFormValues0(0) = Request("RefPhone2")
  32.     arFormFields0(1) = "HighSchool"
  33.     arFormDBFields0(1) = "HighSchool"
  34.     arFormValues0(1) = Request("HighSchool")
  35.     arFormFields0(2) = "Telephone"
  36.     arFormDBFields0(2) = "Telephone"
  37.     arFormValues0(2) = Request("Telephone")
  38.     arFormFields0(3) = "RefPhone3"
  39.     arFormDBFields0(3) = "RefPhone3"
  40.     arFormValues0(3) = Request("RefPhone3")
  41.     arFormFields0(4) = "SalCur"
  42.     arFormDBFields0(4) = "SalCur"
  43.     arFormValues0(4) = Request("SalCur")
  44.     arFormFields0(5) = "WESup1"
  45.     arFormDBFields0(5) = "WESup1"
  46.     arFormValues0(5) = Request("WESup1")
  47.     arFormFields0(6) = "SocSecNum"
  48.     arFormDBFields0(6) = "SocSecNum"
  49.     arFormValues0(6) = Request("SocSecNum")
  50.     arFormFields0(7) = "WESup2"
  51.     arFormDBFields0(7) = "WESup2"
  52.     arFormValues0(7) = Request("WESup2")
  53.     arFormFields0(8) = "MiddleName"
  54.     arFormDBFields0(8) = "MiddleName"
  55.     arFormValues0(8) = Request("MiddleName")
  56.     arFormFields0(9) = "WESup3"
  57.     arFormDBFields0(9) = "WESup3"
  58.     arFormValues0(9) = Request("WESup3")
  59.     arFormFields0(10) = "WECo1"
  60.     arFormDBFields0(10) = "WECo1"
  61.     arFormValues0(10) = Request("WECo1")
  62.     arFormFields0(11) = "WECo2"
  63.     arFormDBFields0(11) = "WECo2"
  64.     arFormValues0(11) = Request("WECo2")
  65.     arFormFields0(12) = "RefAdd1"
  66.     arFormDBFields0(12) = "RefAdd1"
  67.     arFormValues0(12) = Request("RefAdd1")
  68.     arFormFields0(13) = "WECo3"
  69.     arFormDBFields0(13) = "WECo3"
  70.     arFormValues0(13) = Request("WECo3")
  71.     arFormFields0(14) = "RefAdd2"
  72.     arFormDBFields0(14) = "RefAdd2"
  73.     arFormValues0(14) = Request("RefAdd2")
  74.     arFormFields0(15) = "SalEx"
  75.     arFormDBFields0(15) = "SalEx"
  76.     arFormValues0(15) = Request("SalEx")
  77.     arFormFields0(16) = "College1"
  78.     arFormDBFields0(16) = "College1"
  79.     arFormValues0(16) = Request("College1")
  80.     arFormFields0(17) = "Email"
  81.     arFormDBFields0(17) = "Email"
  82.     arFormValues0(17) = Request("Email")
  83.     arFormFields0(18) = "City"
  84.     arFormDBFields0(18) = "City"
  85.     arFormValues0(18) = Request("City")
  86.     arFormFields0(19) = "RefAdd3"
  87.     arFormDBFields0(19) = "RefAdd3"
  88.     arFormValues0(19) = Request("RefAdd3")
  89.     arFormFields0(20) = "WEDate1"
  90.     arFormDBFields0(20) = "WEDate1"
  91.     arFormValues0(20) = Request("WEDate1")
  92.     arFormFields0(21) = "AreaTrain1"
  93.     arFormDBFields0(21) = "AreaTrain1"
  94.     arFormValues0(21) = Request("AreaTrain1")
  95.     arFormFields0(22) = "Degree"
  96.     arFormDBFields0(22) = "Degree"
  97.     arFormValues0(22) = Request("Degree")
  98.     arFormFields0(23) = "College2"
  99.     arFormDBFields0(23) = "College2"
  100.     arFormValues0(23) = Request("College2")
  101.     arFormFields0(24) = "WEDate2"
  102.     arFormDBFields0(24) = "WEDate2"
  103.     arFormValues0(24) = Request("WEDate2")
  104.     arFormFields0(25) = "AreaTrain2"
  105.     arFormDBFields0(25) = "AreaTrain2"
  106.     arFormValues0(25) = Request("AreaTrain2")
  107.     arFormFields0(26) = "Hours"
  108.     arFormDBFields0(26) = "Hours"
  109.     arFormValues0(26) = Request("Hours")
  110.     arFormFields0(27) = "FirstName"
  111.     arFormDBFields0(27) = "FirstName"
  112.     arFormValues0(27) = Request("FirstName")
  113.     arFormFields0(28) = "Other"
  114.     arFormDBFields0(28) = "Other"
  115.     arFormValues0(28) = Request("Other")
  116.     arFormFields0(29) = "RefName1"
  117.     arFormDBFields0(29) = "RefName1"
  118.     arFormValues0(29) = Request("RefName1")
  119.     arFormFields0(30) = "WEDate3"
  120.     arFormDBFields0(30) = "WEDate3"
  121.     arFormValues0(30) = Request("WEDate3")
  122.     arFormFields0(31) = "AreaTrain3"
  123.     arFormDBFields0(31) = "AreaTrain3"
  124.     arFormValues0(31) = Request("AreaTrain3")
  125.     arFormFields0(32) = "Zip"
  126.     arFormDBFields0(32) = "Zip"
  127.     arFormValues0(32) = Request("Zip")
  128.     arFormFields0(33) = "RefName2"
  129.     arFormDBFields0(33) = "RefName2"
  130.     arFormValues0(33) = Request("RefName2")
  131.     arFormFields0(34) = "RefName3"
  132.     arFormDBFields0(34) = "RefName3"
  133.     arFormValues0(34) = Request("RefName3")
  134.     arFormFields0(35) = "LastName"
  135.     arFormDBFields0(35) = "LastName"
  136.     arFormValues0(35) = Request("LastName")
  137.     arFormFields0(36) = "State"
  138.     arFormDBFields0(36) = "State"
  139.     arFormValues0(36) = Request("State")
  140.     arFormFields0(37) = "PosDes"
  141.     arFormDBFields0(37) = "PosDes"
  142.     arFormValues0(37) = Request("PosDes")
  143.     arFormFields0(38) = "RefPhone1"
  144.     arFormDBFields0(38) = "RefPhone1"
  145.     arFormValues0(38) = Request("RefPhone1")
  146.     arFormFields0(39) = "PresAddr"
  147.     arFormDBFields0(39) = "PresAddr"
  148.     arFormValues0(39) = Request("PresAddr")
  149.  
  150.     FP_SaveFormFields fp_rs, arFormFields0, arFormDBFields0
  151.  
  152.     If Request.ServerVariables("HTTP_USER_AGENT") <> "" Then
  153.         FP_SaveFieldToDB fp_rs, Request.ServerVariables("HTTP_USER_AGENT"), "Browser_type"
  154.     End If
  155.     If Request.ServerVariables("REMOTE_HOST") <> "" Then
  156.         FP_SaveFieldToDB fp_rs, Request.ServerVariables("REMOTE_HOST"), "Remote_computer_name"
  157.     End If
  158.     FP_SaveFieldToDB fp_rs, Now, "Timestamp"
  159.     If Request.ServerVariables("REMOTE_USER") <> "" Then
  160.         FP_SaveFieldToDB fp_rs, Request.ServerVariables("REMOTE_USER"), "User_name"
  161.     End If
  162.  
  163.     fp_rs.Update
  164.     FP_DumpError strErrorUrl, "Cannot update the database"
  165.  
  166.     fp_rs.Close
  167.     fp_conn.Close
  168.  
  169.     Session("FP_SavedFields")=arFormFields0
  170.     Session("FP_SavedValues")=arFormValues0
  171.     Response.Redirect "confirmation.htm"
  172.  
  173. End If
  174. End If
  175.  
  176. %>
  177. <html>
  178.  
  179. <head>
  180. <meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
  181. <meta name="GENERATOR" content="Microsoft FrontPage 4.0">
  182. <meta name="ProgId" content="FrontPage.Editor.Document">
  183. <title>Employment Application for Classified Employees</title>
  184. </head>
  185.  
  186. <body>
  187.  
  188. <form method="POST" action="classified.asp" webbot-action="--WEBBOT-SELF--">
  189.   <!--webbot bot="SaveDatabase" startspan suggestedext="asp"
  190.   u-asp-include-url="_fpclass/fpdbform.inc" s-dataconnection="classified"
  191.   s-recordsource="Results" u-database-url="fpdb/classified.mdb"
  192.   u-confirmation-url="confirmation.htm" u-validation-error-url="error.htm"
  193.   s-builtin-fields="HTTP_USER_AGENT REMOTE_HOST Timestamp REMOTE_USER"
  194.   s-builtin-dbfields="Browser_type Remote_computer_name Timestamp User_name"
  195.   s-form-fields="RefPhone2 HighSchool Telephone RefPhone3 SalCur WESup1 SocSecNum WESup2 MiddleName WESup3 WECo1 WECo2 RefAdd1 WECo3 RefAdd2 SalEx College1 Email City RefAdd3 WEDate1 AreaTrain1 Degree College2 WEDate2 AreaTrain2 Hours FirstName Other RefName1 WEDate3 AreaTrain3 Zip RefName2 RefName3 LastName State PosDes RefPhone1 PresAddr"
  196.   s-form-dbfields="RefPhone2 HighSchool Telephone RefPhone3 SalCur WESup1 SocSecNum WESup2 MiddleName WESup3 WECo1 WECo2 RefAdd1 WECo3 RefAdd2 SalEx College1 Email City RefAdd3 WEDate1 AreaTrain1 Degree College2 WEDate2 AreaTrain2 Hours FirstName Other RefName1 WEDate3 AreaTrain3 Zip RefName2 RefName3 LastName State PosDes RefPhone1 PresAddr" --><input TYPE="hidden" NAME="VTI-GROUP" VALUE="0"><!--#include file="_fpclass/fpdbform.inc"--><!--webbot
  197.   bot="SaveDatabase" endspan i-checksum="40548" -->
  198.   <p align="center" style="margin-top: 0; margin-bottom: 10"><b><font face="Tahoma" size="5">Employment
  199.   Application for Classified Employees</font></b></p>
  200.   <table border="0" cellspacing="0" width="100%">
  201.     <tr>
  202.       <td width="100%" align="center"><b><font face="Tahoma">Mountain Home Public Schools</font></b></td>
  203.     </tr>
  204.     <tr>
  205.       <td width="100%" align="center"><b><font face="Tahoma">2465 Rodeo Drive</font></b></td>
  206.     </tr>
  207.     <tr>
  208.       <td width="100%" align="center"><b><font face="Tahoma">Mountain Home, Arkansas 72653</font></b></td>
  209.     </tr>
  210.     <tr>
  211.       <td width="100%" align="center"></td>
  212.     </tr>
  213.     <tr>
  214.       <td width="100%" align="center"><font size="2" face="Tahoma"><i><b>This application becomes
  215.         a part of the applicant's official record.</b></i></font></td>
  216.     </tr>
  217.     <tr>
  218.       <td width="100%" align="center"><font size="2" face="Tahoma"><i><b>It must be filled out
  219.         ACCURATELY AND COMPLETELY.</b></i></font></td>
  220.     </tr>
  221.   </table>
  222.   <p align="center" style="margin-top: 0; margin-bottom: 10"> </p>
  223.   <hr align="left">
  224.   <p style="margin-top: 1; margin-bottom: 1" align="left"><b><font size="4">Personal 
  225.   Information</font><br>
  226.   </b></p>
  227.   <p style="margin-top: 1; margin-bottom: 1">Position Desired: <input name="PosDes" size="147">          
  228.   </p>
  229.   <p style="margin-top: 1; margin-bottom: 1">       
  230.   Last Name: <input name="LastName" size="48"> First Name: <input name="FirstName" size="34">       Middle
  231.   Name:<input name="FirstName1" size="35"></p>
  232.   <p style="margin-top: 1; margin-bottom: 1"> Social Security Number: <input name="SocSecNum" size="30"></p>
  233.   <p style="margin-top: 1; margin-bottom: 1">Current Address: <input name="PresAddr" size="148"></p>
  234.   <p style="margin-top: 1; margin-bottom: 1">                 
  235.   City:  <input name="City" size="59">  State:  <select size="1" name="State">
  236.     <option value="AL">Alabama</option>
  237.     <option value="AK">Alaska</option>
  238.     <option value="AZ">Arizona</option>
  239.     <option selected value="AR">Arkansas</option>
  240.     <option value="CA">California</option>
  241.     <option value="CO">Colorado</option>
  242.     <option value="CT">Connecticut</option>
  243.     <option value="DE">Delaware</option>
  244.     <option value="DC">District of Columbia</option>
  245.     <option value="FL">Florida</option>
  246.     <option value="GA">Georgia</option>
  247.     <option value="HI">Hawaii</option>
  248.     <option value="ID">Idaho</option>
  249.     <option value="IL">Illinois</option>
  250.     <option value="IN">Indiana</option>
  251.     <option value="IA">Iowa</option>
  252.     <option value="KS">Kansas</option>
  253.     <option value="KY">Kentucky</option>
  254.     <option value="LA">Louisiana</option>
  255.     <option value="ME">Maine</option>
  256.     <option value="MD">Maryland</option>
  257.     <option value="MA">Massachusetts</option>
  258.     <option value="MI">Michigan</option>
  259.     <option value="MN">Minnesota</option>
  260.     <option value="MS">Mississippi</option>
  261.     <option value="MO">Missouri</option>
  262.     <option value="MT">Montana</option>
  263.     <option value="NE">Nebraska</option>
  264.     <option value="NV">Nevada</option>
  265.     <option value="NH">New Hampshire</option>
  266.     <option value="NJ">New Jersey</option>
  267.     <option value="NM">New Mexico</option>
  268.     <option value="NY">New York</option>
  269.     <option value="NC">North Carolina</option>
  270.     <option value="ND">North Dakota</option>
  271.     <option value="OH">Ohio</option>
  272.     <option value="OK">Oklahoma</option>
  273.     <option value="OR">Oregon</option>
  274.     <option value="PA">Pennsylvania</option>
  275.     <option value="PR">Puerto Rico</option>
  276.     <option value="RI">Rhode Island</option>
  277.     <option value="SC">South Carolina</option>
  278.     <option value="SD">South Dakota</option>
  279.     <option value="TN">Tennessee</option>
  280.     <option value="TX">Texas</option>
  281.     <option value="UT">Utah</option>
  282.     <option value="VT">Vermont</option>
  283.     <option value="VA">Virginia</option>
  284.     <option value="WA">Washington</option>
  285.     <option value="WV">West Virginia</option>
  286.     <option value="WI">Wisconsin</option>
  287.     <option value="WY">Wyoming</option>
  288.   </select> Zip: <input name="Zip" size="12"></p>
  289.   <p style="margin-top: 1; margin-bottom: 1">Home
  290.   Telephone:  <input name="Telephone" size="15"> Work Telephone: <input name="Telephone1" size="15"> Cell
  291.   Phone:  <input name="Telephone2" size="15"> Email Address: <input name="Email" size="84"></p>
  292.   <hr align="left">
  293.   <p style="MARGIN-BOTTOM: 10px; MARGIN-TOP: 10px" align="left"><b><font size="4">Educational
  294.   Background</font></b></p>
  295.   <p style="MARGIN-BOTTOM: 10px; MARGIN-TOP: 10px" align="center"> </p>
  296.   <p style="margin-top: 0; margin-bottom: 0">    High School
  297.   attended (name and address): <input name="HighSchool" size="144"></p>
  298.   <p style="margin-top: 0; margin-bottom: 0">      
  299.   College(s) attended (name and address): <input name="College1" size="144"></p>
  300.   <p style="margin-top: 0; margin-bottom: 0">                                                              
  301.        
  302.   <input name="College2" size="144"></p>
  303.   <p style="margin-top: 0; margin-bottom: 0">                                                                     
  304.   Degree<input name="Degree" size="34">or Number of Hours<input name="Hours" size="27"></p>
  305.   <p style="MARGIN-BOTTOM: 10px; MARGIN-TOP: 10px"> </p>
  306.   <p style="margin-top: 0; margin-bottom: 0">    Area(s) of
  307.   Training  <input name="AreaTrain1" size="146"></p>
  308.   <p style="margin-top: 0; margin-bottom: 0">     and/or
  309.   Skills           <input name="AreaTrain2" size="146"></p>
  310.   <p style="margin-top: 0; margin-bottom: 0">     relevant
  311.   to job.       <input name="AreaTrain3" size="146"></p>
  312.   <p style="margin-top: 0; margin-bottom: 0">                                  
  313.   <input name="AreaTrain4" size="146"></p>
  314.   <p style="margin-top: 0; margin-bottom: 0">                                  
  315.   <input name="AreaTrain5" size="146"></p>
  316.   <hr align="left">
  317.   <p style="margin-top: 0; margin-bottom: 0" align="left"><b><font size="4">Work Experience (list
  318.   most recent employer first)</font>
  319.   </b>
  320.   </p>
  321.   <p style="margin-top: 0; margin-bottom: 0" align="left"><b><br>
  322.   </b>
  323.   </p>
  324.   <p style="margin-top: 0; margin-bottom: 0" align="left"> </p>
  325.   <p style="margin-top: 0; margin-bottom: 0">
  326.   Company,  Address and Telephone No.                                                             
  327.       
  328.   Dates
  329.   Worked (Inclusive)                 
  330.   Supervisor                                       
  331.   Job duties:</p>
  332.   <p style="margin-top: 0; margin-bottom: 0"><input name="WECo1" size="78"><input name="WEDate1" size="30"><input name="WESup1" size="32"><input name="WESup6" size="53"></p>
  333.   <p style="margin-top: 0; margin-bottom: 0"><input name="WECo2" size="78"><input name="WEDate2" size="30"><input name="WESup2" size="32"><input name="WESup7" size="53"></p>
  334.   <p style="margin-top: 0; margin-bottom: 0"><input name="WECo3" size="78"><input name="WEDate3" size="30"><input name="WESup3" size="32"><input name="WESup8" size="53"></p>
  335.   <p style="margin-top: 0; margin-bottom: 0"><input name="WECo4" size="78"><input name="WEDate4" size="30"><input name="WESup4" size="32"><input name="WESup9" size="53"></p>
  336.   <p style="margin-top: 0; margin-bottom: 0"><input name="WECo5" size="78"><input name="WEDate5" size="30"><input name="WESup5" size="32"><input name="WESup10" size="53"></p>
  337.   <p style="margin-top: 0; margin-bottom: 0"> </p>
  338.   <p style="margin-top: 0; margin-bottom: 0"> </p>
  339.   <p style="margin-top: 0; margin-bottom: 0">    Current Salary<input name="SalCur" size="15">       
  340.   Expected Salary<input name="SalEx" size="20"></p>
  341.   <p style="margin-top: 0; margin-bottom: 0"> </p>
  342.   <hr align="left">
  343.   <p style="margin-top: 0; margin-bottom: 0" align="left">1.  Are you
  344.   related to a current school board member? <input name="Hours1" size="9">         
  345.   If so, please include the relation.  <input name="Hours2" size="27"></p>
  346.   <p style="margin-top: 0; margin-bottom: 0" align="left">2.  Are you
  347.   currently employed?  <input name="Hours3" size="9">    
  348.   If so, when will you be able to start work?  <input name="Hours4" size="27"></p>
  349.   <p style="margin-top: 0; margin-bottom: 0" align="left">3.  Are you a
  350.   citizen of the United States:  <input name="Hours5" size="9">  
  351.   If no, are you eligible to work:<input name="Hours10" size="27"></p>
  352.   <p style="margin-top: 0; margin-bottom: 0" align="left">4.  Have you been
  353.   asked to resign from a position?<input name="Hours7" size="5">  If yes,
  354.   please list where and when.<input name="Hours11" size="115"></p>
  355.   <p style="margin-top: 0; margin-bottom: 0" align="left">5.  Have you ever
  356.   been convicted of a felony or crime involving moral turpitude?  <input name="Hours8" size="9">  </p>
  357.   <p style="margin-top: 0; margin-bottom: 0" align="left">    
  358.   If yes, please explain.  <input name="Hours9" size="174"></p>
  359.   <p style="margin-top: 0; margin-bottom: 0" align="left"> </p>
  360.   <p style="margin-top: 0; margin-bottom: 0" align="center"> 
  361.   </p>
  362.   <p style="margin-top: 0; margin-bottom: 0" align="left"><b><font size="4">References
  363.   (do not include relatives)</font></b>
  364.   </p>
  365.   <p style="margin-top: 0; margin-bottom: 0" align="left"> </p>
  366.   <p style="margin-top: 0; margin-bottom: 0">               
  367.   Name                                                                                 
  368.   Address                                                                                                               
  369.   Telephone</p>
  370.   <p style="margin-top: 0; margin-bottom: 0"><input name="RefName1" size="46"><input name="RefAdd1" size="85"><input name="RefPhone1" size="28"></p>
  371.   <p style="margin-top: 0; margin-bottom: 0"><input name="RefName2" size="46"><input name="RefAdd2" size="85"><input name="RefPhone2" size="28"></p>
  372.   <p style="margin-top: 0; margin-bottom: 0"><input name="RefAdd3" size="46"><input name="RefPhone3" size="85"><input name="RefName3" size="28"></p>
  373.   <p style="margin-top: 0; margin-bottom: 0"><font size="4"><input name="RefAdd4" size="46"><input name="RefPhone4" size="85"><input name="RefName4" size="28"></font></p>
  374.   <p style="MARGIN-BOTTOM: 10px; MARGIN-TOP: 10px"><b><font size="4">Other relevant information.</font></b></p>
  375.   <p style="MARGIN-BOTTOM: 10px; MARGIN-TOP: 10px"><textarea cols="131" name="Other" rows="16"></textarea></p>
  376.   <p style="MARGIN-BOTTOM: 0px; MARGIN-TOP: 0px">The Mountain Home School
  377.   District is an Equal Opportunity Employer.  All applicants are considered
  378.   without regard to sex, race, color, creed, national origin or physical
  379.   handicap.</p>
  380.   <p style="MARGIN-BOTTOM: 0px; MARGIN-TOP: 0px"> </p>
  381.   <p style="MARGIN-BOTTOM: 0px; MARGIN-TOP: 0px"><b><font size="4">By clicking
  382.   the "submit" button below I hereby certify that the knowledge
  383.   furnished on this application form is true and accurate to the best of my
  384.   knowledge.</font></b></p>
  385.   <p style="MARGIN-BOTTOM: 0px; MARGIN-TOP: 0px"> </p>
  386.   <p style="MARGIN-BOTTOM: 0px; MARGIN-TOP: 0px" align="left">                                                                                                         
  387.   <input type="submit" value="Submit" name="B1"><input type="reset" value="Reset" name="B2"></p>
  388. </form>
  389.  
  390. </body>
  391.  
  392. </html>