CARVIEW |
Select Language
HTTP/2 200
date: Thu, 16 Oct 2025 00:08:53 GMT
content-type: text/html; charset=UTF-8
server: cloudflare
x-frame-options: DENY
x-content-type-options: nosniff
x-xss-protection: 1;mode=block
vary: accept-encoding
cf-cache-status: DYNAMIC
content-encoding: gzip
set-cookie: _csrf-frontend=eb73c5d65c77f53b061ec5e7761c7e4bf620cfe60da1413bd0174ab469b6a11aa%3A2%3A%7Bi%3A0%3Bs%3A14%3A%22_csrf-frontend%22%3Bi%3A1%3Bs%3A32%3A%22P1E227YYzenw9qWFgi9qN0Ng3ezBUngL%22%3B%7D; HttpOnly; Path=/
cf-ray: 98f35302a9ca8e4d-BLR
js - Pastebin.com
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- $(document).ready(function() {
- $("#register").click(function() {
- var name = $("#name").val();
- var email = $("#email").val();
- var password = $("#password").val();
- var cpassword = $("#cpassword").val();
- if (name == '' || email == '' || password == '' || cpassword == '') {
- alert("Please fill all fields...!!!!!!");
- } else if ((password.length) < 8) {
- alert("Password should atleast 8 character in length...!!!!!!");
- } else if (!(password).match(cpassword)) {
- alert("Your passwords don't match. Try again?");
- } else {
- $.post("register.php", {
- name1: name,
- email1: email,
- password1: password
- }, function(data) {
- if (data == 'You have Successfully Registered.....') {
- $("form")[0].reset();
- }
- alert(data);
- });
- }
- });
- });
Advertisement
Add Comment
Please, Sign In to add comment
-
✅ Make $2500 in 20 minutes⭐ 0
JavaScript | 1 sec ago | 0.25 KB
-
📌 Swapzone +37% glitch ⭐ A
JavaScript | 9 sec ago | 0.25 KB
-
💡 Instant BTC Profit Method ✅ Working
JavaScript | 15 sec ago | 0.24 KB
-
✅⭐ Make huge profits on trading ⭐⭐ T
JavaScript | 18 sec ago | 0.25 KB
-
🚀 Swapzone +37% glitch
JavaScript | 25 sec ago | 0.24 KB
-
✅ Marketplace Glitch ✅ Working NEVER SEEN BE...
JavaScript | 26 sec ago | 0.25 KB
-
⭐✅ Exploit 2500$ in 15 Minutes⭐⭐⭐ X
JavaScript | 34 sec ago | 0.25 KB
-
📝 MAKE $2500 IN 15 MIN ✅ Working
JavaScript | 36 sec ago | 0.24 KB
We use cookies for various purposes including analytics. By continuing to use Pastebin, you agree to our use of cookies as described in the Cookies Policy. OK, I Understand