SM0 She11
Path:
/
/
home
/
saienerg
/
public_html
Full Path (server): /home/saienerg/public_html
Create Fil3
Upl04d Fil3
📄 .DS_Store
[E]
[D]
[R]
📄 .ftpquota
[E]
[D]
[R]
📄 .htaccess
[E]
[D]
[R]
📄 .htaccessold
[E]
[D]
[R]
📄 .user.ini
[E]
[D]
[R]
📁 SpryAssets
Open
[D]
[R]
📄 about-ramesh.php
[E]
[D]
[R]
📄 about-sivakumar.php
[E]
[D]
[R]
📄 about-thangaraju.php
[E]
[D]
[R]
📄 about-venkat.php
[E]
[D]
[R]
📄 aboutus.php
[E]
[D]
[R]
📄 affected.zip
[E]
[D]
[R]
📄 careercopy.php
[E]
[D]
[R]
📄 careerpost.php
[E]
[D]
[R]
📄 careers.php
[E]
[D]
[R]
📄 careersapplynow.php
[E]
[D]
[R]
📄 careerslocation.php
[E]
[D]
[R]
📄 cat-photo.php
[E]
[D]
[R]
📄 class.phpmailer.php
[E]
[D]
[R]
📄 class.smtp.php
[E]
[D]
[R]
📄 clients.php
[E]
[D]
[R]
📄 cmn_lib.php
[E]
[D]
[R]
📄 contactus.php
[E]
[D]
[R]
📁 css
Open
[D]
[R]
📁 demo
Open
[D]
[R]
📄 enquiry-omservice.php
[E]
[D]
[R]
📄 enquiry-otherservice.php
[E]
[D]
[R]
📁 enquiryupload
Open
[D]
[R]
📄 error_log
[E]
[D]
[R]
📄 event-details.php
[E]
[D]
[R]
📄 eventslist.php
[E]
[D]
[R]
📁 fonts
Open
[D]
[R]
📄 gallery-album.php
[E]
[D]
[R]
📄 gallery-photo.php
[E]
[D]
[R]
📄 gallery-video.php
[E]
[D]
[R]
📄 google11bb5e94a094932d.html
[E]
[D]
[R]
📁 images
Open
[D]
[R]
📁 img
Open
[D]
[R]
📁 include
Open
[D]
[R]
📄 index.html
[E]
[D]
[R]
📄 index.php
[E]
[D]
[R]
📄 index1.php
[E]
[D]
[R]
📁 intra
Open
[D]
[R]
📁 js
Open
[D]
[R]
📄 mail.php
[E]
[D]
[R]
📄 peformance_archives.php
[E]
[D]
[R]
📄 per-articles.php
[E]
[D]
[R]
📄 per-experiencelist-pre-OEM.php
[E]
[D]
[R]
📄 per-experiencelist-pre-direct.php
[E]
[D]
[R]
📄 per-experiencelist-services-dis.php
[E]
[D]
[R]
📄 per-experiencelist-services-energy.php
[E]
[D]
[R]
📄 per-experiencelist-services-special.php
[E]
[D]
[R]
📄 per-experiencelist-services-trou.php
[E]
[D]
[R]
📄 per-experiencelist.php
[E]
[D]
[R]
📄 per-listofcurrent.php
[E]
[D]
[R]
📄 per-monthlyperform.php
[E]
[D]
[R]
📄 per-servicecap.php
[E]
[D]
[R]
📄 php.ini
[E]
[D]
[R]
📄 products-details.php
[E]
[D]
[R]
📄 products-details1.php
[E]
[D]
[R]
📄 products.php
[E]
[D]
[R]
📄 products1.php
[E]
[D]
[R]
📄 products_old.php
[E]
[D]
[R]
📄 service.php
[E]
[D]
[R]
📄 site.js
[E]
[D]
[R]
📄 site.php
[E]
[D]
[R]
📄 ssl.php
[E]
[D]
[R]
📄 testmail.php
[E]
[D]
[R]
📄 top-footertop.php
[E]
[D]
[R]
📄 top-side-serviceslist.php
[E]
[D]
[R]
Editing: site.js
$(document).ready(function() { $("#carreerpost").click(function() { var nme = $("#name").val(); var dob = $("#dob").val(); var adrs1 = $("#address1").val(); var city = $("#city").val(); var state = $("#state").val(); var mobile = $("#mobile").val(); var email = $("#email").val(); if(nme=="") { alert("Name Required!"); $("#name").focus(); return false; } if(dob=="") { alert("Date of Birth Required!"); $("#dob").focus(); return false; } if(adrs1=="") { alert("Address Required!"); $("#address1").focus(); return false; } if(city=="") { alert("City Required!"); $("#city").focus(); return false; } if(state=="") { alert("State Required!"); $("#state").focus(); return false; } if(country=="") { alert("Country Required!"); $("#country").focus(); return false; } if(mobile=="") { alert("Mobile No. Required!"); $("#mobile").focus(); return false; } if(email=="") { alert("E-mail Required!"); $("#email").focus(); return false; } if( !validateEmail(email)) { alert("Invalid E-mail Address!"); $("#email").focus(); return false; } var qualification = $("#qualification").val(); var languages = $("#languages").val(); if(qualification=="") { alert("Qualification Required!"); $("#qualification").focus(); return false; } if(languages=="") { alert("Languages Known Required!"); $("#languages").focus(); return false; } var expr_sts = $('input[name=experience_status]:checked').val(); if(expr_sts>0) { var prs_emp = $("#presentemployer").val(); var ctcnow = $("#ctcnow").val(); var ctcexpe = $("#ctcexpected").val(); var resume = $("#resume").val(); if(prs_emp=="") { alert("Present Employer Required!"); $("#presentemployer").focus(); return false; } if(ctcnow=="") { alert("Present CTC Required!"); $("#ctcnow").focus(); return false; } if(ctcexpe=="") { alert("Expected CTC Required!"); $("#ctcexpe").focus(); return false; } if(resume=="") { alert("Resume Required!"); $("#resume").focus(); return false; } } var myform = document.getElementById("careerform"); var fd = new FormData(myform ); console.log(fd); var confirm1 = confirm('Are you Confirm to Save!'); if (confirm1) { $.ajax({ url:"careerpost.php", type:'POST', data: fd, processData: false, contentType: false, success:function(result) { if(result==1) { alert('Record Saved Sucessfully!'); window.location.href='careers.php'; } else if(result == '-1') { alert('Warning: This Record Already Exists'); } } }); } }); }); // JavaScript Document function validateEmail($email) { var emailReg = /^([\w-\.]+@([\w-]+\.)+[\w-]{2,4})?$/; if( !emailReg.test( $email ) ) { return false; } else { return true; } }
Save