OP 20 January, 2021 - 09:30 PM
I want to repeat this code x times
<!DOCTYPE html>
<html>
<head>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
<script>
$(document).ready(function(){
$("button").click(function(){
-------------------------------------------------------FROM HERE-------------------------------------------------
$.post("SECRET-URL.COM",
{
email: "SECRET-DATA.COM",
},
function(data,status){
});
});
});
-------------------------------------------------------TILL HERE-------------------------------------------------
</script>
</head>
<body>
<button>Start</button>
</body>
</html>
<!DOCTYPE html>
<html>
<head>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
<script>
$(document).ready(function(){
$("button").click(function(){
-------------------------------------------------------FROM HERE-------------------------------------------------
$.post("SECRET-URL.COM",
{
email: "SECRET-DATA.COM",
},
function(data,status){
});
});
});
-------------------------------------------------------TILL HERE-------------------------------------------------
</script>
</head>
<body>
<button>Start</button>
</body>
</html>
I do NOT have a Discord or Telegram. @ProMasterCFGs is not my Telegram! PMs only.
I do not buy or sell anything.
I do not buy or sell anything.