Server IP : 2a02:4780:11:1359:0:1d43:a566:2 / Your IP : 216.73.216.199 Web Server : LiteSpeed System : Linux in-mum-web1259.main-hosting.eu 4.18.0-553.37.1.lve.el8.x86_64 #1 SMP Mon Feb 10 22:45:17 UTC 2025 x86_64 User : u490972518 ( 490972518) PHP Version : 5.6.40 Disable Function : system, exec, shell_exec, passthru, mysql_list_dbs, ini_alter, dl, symlink, link, chgrp, leak, popen, apache_child_terminate, virtual, mb_send_mail MySQL : ON | cURL : ON | WGET : ON | Perl : OFF | Python : OFF Directory (0755) : /home/u490972518/domains/ppschool.org.in/public_html/link/../gangaiti/ |
[ Home ] | [ C0mmand ] | [ Upload File ] |
---|
<!-- Author: W3layouts Author URL: http://w3layouts.com License: Creative Commons Attribution 3.0 Unported License URL: http://creativecommons.org/licenses/by/3.0/ --> <!DOCTYPE html> <html> <head> <?php include("link/headerconnection.php");?> <style> .text { color:black; } </style> <script> $(document).ready(function(){ $(".dropdown").hover( function() { $('.dropdown-menu', this).stop( true, true ).slideDown("fast"); $(this).toggleClass('open'); }, function() { $('.dropdown-menu', this).stop( true, true ).slideUp("fast"); $(this).toggleClass('open'); } ); }); /* Demo purposes only */ $(".hover").mouseleave( function () { $(this).removeClass("hover"); } ); </script> <script> $(document).ready(function(){ $("#comport").submit(function(e){ e.preventDefault(); $.ajax({ url:"code/registrationcode.php?flag=3", type:"POST", data:new FormData(this), processData:false, contentType:false, cache:false, success:function(res){ alert(res); $("#comport").trigger("reset"); }, error:function(){ alert("error"); } }); }); }); </script> </head> <body> <?php include("link/header.php");?> <div class="about_banner"> <div class="container"> <h2>Contact</h2> <span class="breadcrumbs"><a href="index.php"><i class="fa fa-home home_1"></i></a> / <span>Contact</span></span> </div> </div> <div class="about_top"> <div class="container"> <div class="col-md-3 column-1 column-13"> <i class="fa fa-envelope-o envelop"></i> <address class="address"> <p>Dhawariyasath,Kopaganj-Mau , <br>U.P. INDIA.</p> <dl> <dt></dt> <dd>Phone : <span> 9450480563 </span></dd> <dd>E-mail : <a href="#jnpiti123@gmail.com">gspiti001@gmail.com</a></dd> </dl> </address> </div> <div class="col-md-9 column-9"> <h3>Feedback</h3> <form class="contact" id="comport" > <input type="text" required style="color:black" name="name" class="text" value="Name" onfocus="this.value = '';" onblur="if (this.value == '') {this.value = 'Name';}" /> <input type="text" required style="color:black" name="email" class="text" value="Email" onfocus="this.value = '';" onblur="if (this.value == '') {this.value = 'Email';}" /> <input type="text" required style="color:black" name="mobile" class="text" value="Phone" onfocus="this.value = '';" onblur="if (this.value == '') {this.value = 'Phone';}" /> <input type="text" required style="color:black" name="subject"class="text" value="Subject" onfocus="this.value = '';" onblur="if (this.value == '') {this.value = 'Subject';}" /> <textarea value="Message"style="color:black" name="message" onfocus="this.value = '';" onblur="if (this.value == '') {this.value = 'Message';}" >Message</textarea> <div class="submit-wrap"> <input type="submit" value="Send"> <input type="reset" value="Clear"> </div> </form> </div> <div class="clearfix"> </div> </div> </div> <div class="map"> <iframe src="https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d14340.50582922789!2d83.5206806!3d26.0294181!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x0%3A0xbd7cd0c93585ad1!2sGANGA%20SINGH%20ITI!5e0!3m2!1sen!2sin!4v1573863543860!5m2!1sen!2sin" width="600" height="450" frameborder="0" style="border:0;" allowfullscreen=""></iframe> </div> <?php include("link/footer.php");?> </body> </html>