I just wanted to know how can I create a button that can take a person to multiple websites in a random order when it is clicked each time. I do not want these websites to open
Make a JS array with the target URLs, and randomly pick from it when the button is clicked.
Here is a working example:
And here is a link with this onClick handler assigned.
Gimme something weird!
You can style it to look like a button, if you want.
Just FYI the crazy links come from TheUselessWeb's list.