File manager - Edit - /home/autoph/public_html/voc/home/lounge_feedback.php
Back
<?php ob_start(); include 'core/init.php'; error_reporting(0); $fbDate = date_create() ->format("Y-m-d"); $fbTime =date('H:i:s'); $myUID = $user_data['u_id']; $dealership = mysql_result(mysql_query("SELECT `deal_name` FROM `vts_dealerships` WHERE `deal_code`='".$_GET['d']."'"),0); $deal=$_GET['d']; echo "<input type='hidden' id='dealer' value='$deal'>"; $useragent=$_SERVER['HTTP_USER_AGENT']; if(preg_match('/(android|bb\d+|meego).+mobile|avantgo|bada\/|blackberry|blazer|compal|elaine|fennec|hiptop|iemobile|ip(hone|od)|iris|kindle|lge |maemo|midp|mmp|mobile.+firefox|netfront|opera m(ob|in)i|palm( os)?|phone|p(ixi|re)\/|plucker|pocket|psp|series(4|6)0|symbian|treo|up\.(browser|link)|vodafone|wap|windows ce|xda|xiino/i',$useragent)||preg_match('/1207|6310|6590|3gso|4thp|50[1-6]i|770s|802s|a wa|abac|ac(er|oo|s\-)|ai(ko|rn)|al(av|ca|co)|amoi|an(ex|ny|yw)|aptu|ar(ch|go)|as(te|us)|attw|au(di|\-m|r |s )|avan|be(ck|ll|nq)|bi(lb|rd)|bl(ac|az)|br(e|v)w|bumb|bw\-(n|u)|c55\/|capi|ccwa|cdm\-|cell|chtm|cldc|cmd\-|co(mp|nd)|craw|da(it|ll|ng)|dbte|dc\-s|devi|dica|dmob|do(c|p)o|ds(12|\-d)|el(49|ai)|em(l2|ul)|er(ic|k0)|esl8|ez([4-7]0|os|wa|ze)|fetc|fly(\-|_)|g1 u|g560|gene|gf\-5|g\-mo|go(\.w|od)|gr(ad|un)|haie|hcit|hd\-(m|p|t)|hei\-|hi(pt|ta)|hp( i|ip)|hs\-c|ht(c(\-| |_|a|g|p|s|t)|tp)|hu(aw|tc)|i\-(20|go|ma)|i230|iac( |\-|\/)|ibro|idea|ig01|ikom|im1k|inno|ipaq|iris|ja(t|v)a|jbro|jemu|jigs|kddi|keji|kgt( |\/)|klon|kpt |kwc\-|kyo(c|k)|le(no|xi)|lg( g|\/(k|l|u)|50|54|\-[a-w])|libw|lynx|m1\-w|m3ga|m50\/|ma(te|ui|xo)|mc(01|21|ca)|m\-cr|me(rc|ri)|mi(o8|oa|ts)|mmef|mo(01|02|bi|de|do|t(\-| |o|v)|zz)|mt(50|p1|v )|mwbp|mywa|n10[0-2]|n20[2-3]|n30(0|2)|n50(0|2|5)|n7(0(0|1)|10)|ne((c|m)\-|on|tf|wf|wg|wt)|nok(6|i)|nzph|o2im|op(ti|wv)|oran|owg1|p800|pan(a|d|t)|pdxg|pg(13|\-([1-8]|c))|phil|pire|pl(ay|uc)|pn\-2|po(ck|rt|se)|prox|psio|pt\-g|qa\-a|qc(07|12|21|32|60|\-[2-7]|i\-)|qtek|r380|r600|raks|rim9|ro(ve|zo)|s55\/|sa(ge|ma|mm|ms|ny|va)|sc(01|h\-|oo|p\-)|sdk\/|se(c(\-|0|1)|47|mc|nd|ri)|sgh\-|shar|sie(\-|m)|sk\-0|sl(45|id)|sm(al|ar|b3|it|t5)|so(ft|ny)|sp(01|h\-|v\-|v )|sy(01|mb)|t2(18|50)|t6(00|10|18)|ta(gt|lk)|tcl\-|tdg\-|tel(i|m)|tim\-|t\-mo|to(pl|sh)|ts(70|m\-|m3|m5)|tx\-9|up(\.b|g1|si)|utst|v400|v750|veri|vi(rg|te)|vk(40|5[0-3]|\-v)|vm40|voda|vulc|vx(52|53|60|61|70|80|81|83|85|98)|w3c(\-| )|webc|whit|wi(g |nc|nw)|wmlb|wonu|x700|yas\-|your|zeto|zte\-/i',substr($useragent,0,4))) { //echo "mobile"; } else{ //echo "desktop"; header('Location: https://www.autohubgroup.com'); } ?> <style> .popupA { padding:0px;margin:0%;width:95%;border:0px solid gray;height:60%;background:white;height:auto; display:block; } .popupB { padding:0px;margin:0%;width:95%;border:0px solid gray;height:60%;background:white;height:auto; display:none; } .popupC { padding:0px;margin:0%;width:95%;border:0px solid gray;height:60%;background:white;height:auto; display:none; } .popupD { padding:0px;margin:0%;width:95%;border:0px solid gray;height:60%;background:white;height:auto; display:none; } .slidecontainer { width: 100%; /* Width of the outside container */ } /* The slider itself */ .slider { -webkit-appearance: none; /* Override default CSS styles */ appearance: none; width: 100%; /* Full-width */ height: 15px; /* Specified height */ background: blue; /* Grey background */ outline: none; /* Remove outline */ opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */ -webkit-transition: .2s; /* 0.2 seconds transition on hover */ transition: opacity .2s; } /* Mouse-over effects */ .slider:hover { opacity: 1; /* Fully shown on mouse-over */ } /* The slider handle (use -webkit- (Chrome, Opera, Safari, Edge) and -moz- (Firefox) to override default look) */ .slider::-webkit-slider-thumb { -webkit-appearance: none; /* Override default look */ appearance: none; width: 50px; /* Set a specific slider handle width */ height: 50px; /* Slider handle height */ background: yellow; /* Green background */ cursor: pointer; /* Cursor on hover */ border-radius:30px; border:10px solid black; } .slider::-moz-range-thumb { width: 40px; /* Set a specific slider handle width */ height: 40px; /* Slider handle height */ background: yellow; /* Green background */ cursor: pointer; /* Cursor on hover */ border-radius:30px; border:10px solid black; } </style> <center> <!--###########################################################################################################################--> <div id="loadBaraData" style="display:none;position:absolute;top:40%;left:40%;width:100px;padding:5px;padding-left:2px;padding-right:2px;height:100px;background:transparent;z-index:9999;border:0px solid gray;z-index:999999999999999999"> <div id="uploadBar" style="font-family:Calibri;font-size:4vw;color:gray;text-align:center;margin-top:0px;background:white;display:block;width:150px;height:145px;border-radius:10px;position:relative;left:0px;padding:0px;z-index:999999999999999999;border:1px solid lightgray"> <img src='images/ajaxLoader2.gif' width="100%" height="auto" /><br><br><center>Processing...<center></div> </div> <!--###########################################################################################################################--> <div class='popupA' id='pageOne'> <div style='float:left;width:100%;height:50px;background:blue;padding:0px;'> <div style='width:49.5%;border-right:1px solid white;height:50px;background:#020e44;float:left;'> <p style='font-family:Yu Gothic Light;font-size:3vw;color:white;margin-top:5px;font-weight:bold'>✓ STEP 1</p> </div> <div style='width:50%;border-right:1px solid white;height:50px;background:#020e44 ;float:left'> <p style='font-family:Yu Gothic Light;font-size:3vw;color:gray;margin-top:5px;font-weight:normal'>STEP 2</p> </div> </div> <div style='float:left;width:100%;height:100px;background:white;padding-top:30px'> <div style='float:left;width:55%;height:100px;background:white;padding:0px'> <img src='images/ford_logo.png' width="30%" style='border:0px solid gray;margin:0px;float:right;margin:0px;border-right:2px solid gray;padding-right:20px'></img> </div> <div style='float:left;width:45%;height:100px;background:white;padding:0px;font-family:Yu Gothic Light;font-size:3vw;padding-top:10px'> FORD <b style='border:0px'>GUEST EXPERIENCE</b> </div> </div> <div style='float:left;width:100%;height:auto;background:#0a567c ;padding:0px;font-family:Yu Gothic Light;font-size:5vw;font-weight:bold;color:white;padding-top:25px;padding-bottom:25px'> LOUNGE FEEDBACK FORM <?php echo "<br><b style='font-family: Yu Gothic Light;font-size:4vw;font-weight:normal;width:100%;'>".$dealership."<b>";?> </div> <div id='custINFOSHEET' style='float:left;width:100%;min-height:500px;background:white;padding:0px'> <div style='float:left;width:100%;height:auto;background:white;padding:0px;font-family:Yu Gothic Light;font-size:3vw;padding-top:25px'> <p style='text-align:left;padding:25px;margin-top:15px;padding-bottom:10px;padding-top:10px;font-family:Yu Gothic Light;font-size:2vw;font-weight:normal'>Dear Guest, <br><br>Thank you for availing our "Wait & Take" Services, designed especially for people like you who are always "On The Go".<br><br>We would like to have your valuable feedback on the facililties availed by you in our Customer Lounge. <br><br>Please spare few moments to answer the following as it will help us in improving our services and making your next visit a more enjoyable one.</p> </div> <div style='float:left;width:100%;height:200px;background:white;padding:0px;padding-top:100px;margin-bottom:20px;'> <button id='goNextA' onclick ="javascript:showPageOneX();" style='height:140px;width:80%;padding:25px;padding-left:80px;padding-right:80px;font-family:Yu Gothic;font-size:4.5vw;font-weight:bold;color:white;background:#0a567c;border:1px solid #0f36e7;border-radius:20px;margin-left:0px'>CONTINUE »</button> </div> </div> </div> <!--###########################################################################################################################--> <!--###########################################################################################################################--> <div class='popupB' id='pageTwo'> <div style='float:left;width:100%;height:50px;background:blue;padding:0px;'> <div style='width:49.5%;border-right:1px solid white;height:50px;background:#020e44;float:left;'> <p style='font-family:Yu Gothic Light;font-size:3vw;color:white;margin-top:5px;font-weight:bold'>✓ STEP 1</p> </div> <div style='width:49.5%;border-right:1px solid white;height:50px;background:#020e44 ;float:left'> <p style='font-family:Yu Gothic Light;font-size:3vw;color:white;margin-top:5px;font-weight:bold'>✓ STEP 2</p> </div> </div> <div style='float:left;width:100%;height:100px;background:white;padding-top:30px'> <div style='float:left;width:55%;height:100px;background:white;padding:0px'> <img src='images/ford_logo.png' width="30%" style='border:0px solid gray;margin:0px;float:right;margin:0px;border-right:2px solid gray;padding-right:20px'></img> </div> <div style='float:left;width:45%;height:100px;background:white;padding:0px;font-family:Yu Gothic Light;font-size:3vw;padding-top:10px'> FORD <b style='border:0px'>GUEST EXPERIENCE</b> </div> </div> <div style='float:left;width:100%;height:auto;background:#0a567c ;padding:0px;font-family:Yu Gothic Light;font-size:5vw;font-weight:bold;color:white;padding-top:25px;padding-bottom:25px'> INSTANT FEEDBACK FORM <?php echo "<br><b style='font-family: Yu Gothic Light;font-size:4vw;font-weight:normal;width:100%;'>".$dealership."<b>";?> </div> <div id='saInfoA' style='float:left;width:100%;min-height:320px;background:white;border:0px;padding:0px;'> <div id='saInfoB' style='float:left;width:100%;min-height:310px;background:yellow;padding:0px;border:0px solid #acadb0 ;padding:0px'> <div id='custParam' style='float:left;width:99%;height:90px;background:black;padding-top:15px;padding-bottom:0px;font-family:Yu Gothic Light;font-size:4vw;color:white;margin-bottom:0px;text-align:left;padding-left:10px'> Move the slider bar where you think your ratings are. </div> <div style='float:left;width:100%;background:white;height:220px;padding-top:20px;'> <div style='float:left;width:100%;height:10px;background:white;text-align:left;font-family:Yu Gothic light;font-size:4.5vw;font-weight:normal;padding-right:15px;padding-left:15px'> </div> <div style='float:left;width:82%;height:99px;background:white;text-align:left;font-family:Yu Gothic light;font-size:4.5vw;font-weight:normal;padding-right:15px;padding-left:15px'> How would you rate the variety and quality of the refreshments served? </div> <div style='float:right;width:10%;height:120px;background:white;text-align:left;font-family:Yu Gothic light;font-size:3.5vw;font-weight:normal'> <span id="Qa" style='height:70px;float:right;padding:20px;width:70px;border:1px solid gray;font-family:Yu Gothic Light;font-size:6vw;font-weight:bold;text-align:center;border:3px solid black;border-radius:60px;background:yellow'></span> </div> <div style='float:left;width:98.8%;height:100px;background:white;padding:5px;padding-top:35px;padding-bottom:5px;'> <div style='float:left;width:4%;padding:10px;background:black;border-radius:20px;font-family:Yu Gothic Light;font-weight:bold;color:white;font-size:3vw;border-shadow:4px 4px yellow'> 1 </div> <div style='float:left;width:86%;padding:10px;padding-left:0px;padding-right:0px'> <input type="range" min="1" max="10" value="5" class="slider" id="myRangeA" style='float:left;background:black;height:5px;margin-top:20px'> </div> <div style='float:left;width:4%;padding:10px;background:black;border-radius:20px;font-family:Yu Gothic Light;font-weight:bold;color:white;font-size:3vw'> 10 </div> </div> </div> </div> </div> <div id='saInfoA' style='float:left;width:100%;height:300px;background:white;border:0px;padding:0px;'> <div id='saInfoB' style='float:left;width:100%;height:260px;background:yellow;padding:0px;border:0px solid #acadb0 ;padding:0px'> <div style='float:left;width:100%;background:white;height:200px;padding-top:20px;'> <div style='float:left;width:82%;height:99px;background:white;text-align:left;font-family:Yu Gothic light;font-size:4.5vw;font-weight:normal;padding-right:15px;padding-left:15px'> How was the overall temperature and ambience of the lounge? </div> <div style='float:right;width:10%;height:120px;background:white;text-align:left;font-family:Yu Gothic light;font-size:3.5vw;font-weight:normal'> <span id="Qb" style='height:70px;float:right;padding:20px;width:70px;border:1px solid gray;font-family:Yu Gothic Light;font-size:6vw;font-weight:bold;text-align:center;border:3px solid black;border-radius:60px;background:yellow'></span> </div> <div style='float:left;width:98.8%;height:100px;background:white;padding:5px;padding-top:35px;padding-bottom:5px;'> <div style='float:left;width:4%;padding:10px;background:black;border-radius:20px;font-family:Yu Gothic Light;font-weight:bold;color:white;font-size:3vw;border-shadow:4px 4px yellow'> 1 </div> <div style='float:left;width:86%;padding:10px;padding-left:0px;padding-right:0px'> <input type="range" min="1" max="10" value="5" class="slider" id="myRangeB" style='float:left;background:black;height:5px;margin-top:20px'> </div> <div style='float:left;width:4%;padding:10px;background:black;border-radius:20px;font-family:Yu Gothic Light;font-weight:bold;color:white;font-size:3vw'> 10 </div> </div> </div> </div> </div> <div id='saInfoA' style='float:left;width:100%;min-height:320px;background:white;border:0px;padding:0px;'> <div id='saInfoB' style='float:left;width:100%;height:260px;background:white;padding:0px;border:0px solid #acadb0 ;padding:0px'> <div style='float:left;width:100%;background:white;height:200px;padding-top:20px;'> <div style='float:left;width:82%;height:99px;background:white;text-align:left;font-family:Yu Gothic light;font-size:4.5vw;font-weight:normal;padding-right:15px;padding-left:15px'> How well did the reading material of your choice? </div> <div style='float:right;width:10%;height:120px;background:white;text-align:left;font-family:Yu Gothic light;font-size:3.5vw;font-weight:normal'> <span id="Qc" style='height:70px;float:right;padding:20px;width:70px;border:1px solid gray;font-family:Yu Gothic Light;font-size:6vw;font-weight:bold;text-align:center;border:3px solid black;border-radius:60px;background:yellow'></span> </div> <div style='float:left;width:98.8%;height:100px;background:white;padding:5px;padding-top:35px;padding-bottom:5px;'> <div style='float:left;width:4%;padding:10px;background:black;border-radius:20px;font-family:Yu Gothic Light;font-weight:bold;color:white;font-size:3vw;border-shadow:4px 4px yellow'> 1 </div> <div style='float:left;width:86%;padding:10px;padding-left:0px;padding-right:0px'> <input type="range" min="1" max="10" value="5" class="slider" id="myRangeC" style='float:left;background:black;height:5px;margin-top:20px'> </div> <div style='float:left;width:4%;padding:10px;background:black;border-radius:20px;font-family:Yu Gothic Light;font-weight:bold;color:white;font-size:3vw'> 10 </div> </div> </div> </div> </div> <div id='saInfoA' style='float:left;width:100%;height:320px;background:white;border:0px;padding:0px;'> <div id='saInfoB' style='float:left;width:100%;height:260px;background:white;padding:0px;border:0px solid #acadb0 ;padding:0px'> <div style='float:left;width:100%;background:white;height:200px;padding-top:20px;'> <div style='float:left;width:82%;height:110px;background:white;text-align:left;font-family:Yu Gothic light;font-size:4.5vw;font-weight:normal;padding-right:15px;padding-left:15px'> How comfortable was the seating arrangement and sofa cushion? </div> <div style='float:right;width:10%;height:120px;background:white;text-align:left;font-family:Yu Gothic light;font-size:3.5vw;font-weight:normal'> <span id="Qd" style='height:70px;float:right;padding:20px;width:70px;border:1px solid gray;font-family:Yu Gothic Light;font-size:6vw;font-weight:bold;text-align:center;border:3px solid black;border-radius:60px;background:yellow'></span> </div> <div style='float:left;width:98.8%;height:100px;background:white;padding:5px;padding-top:35px;padding-bottom:5px;'> <div style='float:left;width:4%;padding:10px;background:black;border-radius:20px;font-family:Yu Gothic Light;font-weight:bold;color:white;font-size:3vw;border-shadow:4px 4px yellow'> 1 </div> <div style='float:left;width:86%;padding:10px;padding-left:0px;padding-right:0px'> <input type="range" min="1" max="10" value="5" class="slider" id="myRangeD" style='float:left;background:black;height:5px;margin-top:20px'> </div> <div style='float:left;width:4%;padding:10px;background:black;border-radius:20px;font-family:Yu Gothic Light;font-weight:bold;color:white;font-size:3vw'> 10 </div> </div> </div> </div> </div> <div style='width:100%;background:#a9cfe8;float:left;padding:5px;border:3px solid 0a567c'> <div style='float:left;width:100%;padding:10px;font-family:Yu Gothic Light;font-size:4vw;font-weight:bold;color:black;padding-top:20px;text-align:left;border-bottom:1px solid lightgray;height:180px'> Suggestions & comments: <textarea id='commentBox' rows="2" style='min-height:130px;float:left;width:97.5%;border;1px solid blue;padding:5px;font-family:Yu Gothic Light;font-size:12px;font-weight:normal;'></textarea> </div> <div style='float:left;width:30%;padding:20px;font-family:Yu Gothic Light;font-size:3.5vw;font-weight:bold;color:black;;padding-top:30px;text-align:right'>Your Name : </div> <div style='float:right;width:60%;padding:10px;font-family:Yu Gothic Light;font-size:3.5vw'> <input type='text' id='custName' onkeyup="this.value = this.value.toUpperCase();" style='float:right;padding:20px;width:100%;border:1px solid gray;font-family:Yu Gothic Light;font-size:3.5vw;font-weight:normal'> </div> <div style='float:left;width:30%;padding:20px;font-family:Yu Gothic Light;font-size:3.5vw;font-weight:bold;color:black;;padding-top:30px;text-align:left'>Mobile Number: </div> <div style='float:right;width:60%;padding:10px;font-family:Yu Gothic Light;font-size:3.5vw'> <input type='text' id='custMobile' style='background:white;float:right;padding:20px;width:100%;border:1px solid gray;font-family:Yu Gothic Light;font-size:3.5vw;font-weight:normal;border:1px solid #0f36e7'> </div> </div> <div style='float:left;width:100%;height:280px;background:white;padding:0px;padding-top:100px;margin-bottom:20px;'> <button id='goBackB' onclick ="javascript:showPageTwo();" style='float:left;width:45%;padding:25px;padding-left:80px;padding-right:80px;font-family:Yu Gothic;font-size:4.5vw;font-weight:bold;color:white;border:1px solid #0a567c;border-radius:10px 0px 0px 10px;margin-right:0px;background:#0a567c;'>« BACK</button> <button id='goNextB' style='float:right;width:45%;padding:25px;padding-left:40px;padding-right:40px;font-family:Yu Gothic;font-size:4.5vw;font-weight:bold;color:white;background:#0a567c;border:1px solid #0a567c;border-radius:0px 10px 10px 0px;margin-left:0px'>SUBMIT 💾</button> </div> </div> <!--###########################################################################################################################--> <div class='popupD' id='pageThree'> <div style='float:left;width:100%;height:200px;background:white;padding-top:100px'> <div style='float:left;width:55%;height:100px;background:white;padding:0px'> <img src='images/ford_logo.png' width="40%" style='border:0px solid gray;margin:0px;float:right;margin:0px;border-right:2px solid gray;padding-right:20px'></img> </div> <div style='float:left;width:45%;height:100px;background:white;padding:0px;font-family:Yu Gothic Light;font-size:3.5vw;padding-top:10px'> FORD <b style='border:0px'>GUEST EXPERIENCE</b> </div> </div> <div id='thankyouMessage' style='float:left;width:100%;height:auto;background:#fff ;padding:0px;font-family:Yu Gothic Light;font-size:3.5vw;font-weight:normal;color:black;padding-top:25px;padding-bottom:25px'> </div> <div id='custThankYou' style='float:left;width:100%;min-height:500px;background:white;padding:0px;font-family:Yu Gothic Light;font-size:3.5vw;padding:30px;font-weight:normal'> </div> </div> <!--###########################################################################################################################--> <div style='position:fixed;bottom:0;float:left;width:100%;height:50px;background:black;padding:10px;'> <div style='width:100%;border-right:1px solid white;height:50px;background:black;float:left;'> <p style='background:black;idth:50%;font-family:Yu Gothic Light;font-size:2.5vw;color:white;margin-top:5px;font-weight:bold;float:left;font-weight:normal;text-align:left'>Powered by: ADD Team</p> <p style='background:black;width:30%;font-family:Yu Gothic Light;font-size:2.5vw;color:white;margin-top:5px;font-weight:bold;float:right;font-weight:normal;text-align:right;margin-right:40px'>Autohub Group</p> </div> </div> </center> <!--#########################################################################--> <!--- LOCALIZED COPY OF JAVASCRIPT --> <script type="text/javascript" src="http://code.jquery.com/jquery-1.9.1.js"></script> <script type="text/javascript"> $(document).ready(function(){ $("#goNextA").click(function(){ showPageOne() exit; return false; $.ajax({ url: "", type: "POST", async: false, data: { "done": 1 }, success: function(d){ } }) }); //########################################################################################################################################### $("#goNextB").click(function(){ var CountBb = 0; var CountAa = 0; var commentBox = $("#commentBox").val(); var custName = $("#custName").val(); var custMobile = $("#custMobile").val(); var myRangeA = $("#myRangeA").val(); var myRangeB = $("#myRangeB").val(); var myRangeC = $("#myRangeC").val(); var myRangeD = $("#myRangeD").val(); var dealer = $("#dealer").val(); //alert(dealer); if(dealer == "") { alert('SYSTEM ERROR. Dealer code is required!'); exit; } //myRangeD custName custMobile commentBox if(custName == "") { $('#custName').focus(); $('#custName').css({'border':'1px solid red'}); $('#custName').css({'color':'red'}); $('#custName').css({'background':'#fccec7'}); $('#custName').attr("placeholder","***"); alert('Please input your name. Thank you!'); exit; } ShowUploadBar(); $.ajax({ url: "SendLoungeFeedback.php", type: "POST", async: false, data: { "custName": custName, "custMobile": custMobile, "commentBox": commentBox, "myRangeA": myRangeA, "myRangeB": myRangeB, "myRangeC": myRangeC, "myRangeD": myRangeD, "dealer": dealer, "done":1 }, success: function(d){ ShowUploadBar(); $("#thankyouMessage").html(d); $('#pageOne').css({'display':'none'}); $('#pageTwo').css({'display':'none'}); $('#pageThree').css({'display':'block'}); } }) }); }); //########################################################################################################################################### function phonenumber(custMobile) { var phoneno = /^\(?([0-9]{3})\)?[-. ]?([0-9]{3})[-. ]?([0-9]{4})$/; if(custMobile.value.match(phoneno)) { } else { alert("Not a valid Phone Number"); $('#custMobile').focus(); $('#custMobile').css({'border':'1px solid red'}); $('#custMobile').css({'color':'red'}); $('#custMobile').css({'background':'#fccec7'}); $('#custMobile').attr("placeholder","***"); return false; } } function ShowUploadBar() { var div = document.getElementById("loadBaraData"); if (div.style.display == 'none') { div.style.display = ''; } else { div.style.display = 'none' } } function showPageOne(){ ShowUploadBar() $("#pageOne").slideToggle('hide'); $("#pageTwo").slideToggle('show'); ShowUploadBar() } function showPageTwo(){ ShowUploadBar() $("#pageOne").slideToggle('show'); $("#pageTwo").slideToggle('hide'); ShowUploadBar() } function showPageThree(){ ShowUploadBar() $("#pageTwo").slideToggle('show'); $("#pageThree").slideToggle('hide'); ShowUploadBar() } function hidePageOne(){ $("#pageTwo").slideToggle('show'); $("#pageOne").slideToggle('hide'); } function hidePageTwo(){ $("#pageTwo").slideToggle('hide'); $("#pageOne").slideToggle('show'); } function hidePageThree(){ $("#pageThree").slideToggle('hide'); $("#pageTwo").slideToggle('show'); } </script> <script> var sliderA = document.getElementById("myRangeA"); var outputA = document.getElementById("Qa"); outputA.innerHTML = sliderA.value; sliderA.oninput = function() { outputA.innerHTML = this.value; } </script> <script> var sliderB = document.getElementById("myRangeB"); var outputB = document.getElementById("Qb"); outputB.innerHTML = sliderB.value; sliderB.oninput = function() { outputB.innerHTML = this.value; } </script> <script> var sliderC = document.getElementById("myRangeC"); var outputC = document.getElementById("Qc"); outputC.innerHTML = sliderC.value; sliderC.oninput = function() { outputC.innerHTML = this.value; } </script> <script> var sliderD = document.getElementById("myRangeD"); var outputD = document.getElementById("Qd"); outputD.innerHTML = sliderD.value; sliderD.oninput = function() { outputD.innerHTML = this.value; } </script>
| ver. 1.4 |
.
| PHP 7.3.33 | Generation time: 0 |
proxy
|
phpinfo
|
Settings