Skip to content
Snippets Groups Projects
Commit b057bff6 authored by nimrod's avatar nimrod
Browse files

Spam page with Javascript.

The only change is that there isn't a popup (alert) that the message was
sent.
parent 5fe789b1
No related branches found
No related tags found
No related merge requests found
...@@ -8,26 +8,17 @@ Spam Nimrod ...@@ -8,26 +8,17 @@ Spam Nimrod
.. raw:: html .. raw:: html
<script src="https://code.jquery.com/jquery-3.5.1.min.js"></script> <iframe name="dummyframe" id="dummyframe" style="display: none;"></iframe>
<script> <form
$(document).ready( action="https://patchbay.pub/pubsub/1446c969-9a54-4b5b-83e0-bf88f22f289d"
function(){ target="dummyframe"
$("button").click( method="POST">
function(){ <label for="message">Message</label>
$.post( <br/>
"https://patchbay.pub/pubsub/1446c969-9a54-4b5b-83e0-bf88f22f289d", <textarea name="message" rows="5" cols="50">Hi there.</textarea>
$("#message").val(), <br/>
function(){ <button>Send message</button>
alert("Nimrod was spammed."); </form>
}
);
}
);
}
);
</script>
<textarea id="message" rows="5" cols="50">Hi there.</textarea>
<p><button type="button">Spam Nimrod</button></p>
You can read more this at `this blog entry You can read more this at `this blog entry
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment