Good morning I am Anna. I am an artist and have a website with my drawings and would like to make a button that can randomly open a new page after it is pressed.
As an example: www.boredbutton.com
I tried to see the website source to find out the code that randomly chooses the pages but all I could find is the form html:
<form name="bored" method="post" action="/random" class="button">
<input type="image" name="submit" src="/i/boredButton.png" value="Bored No More" />
<input type="hidden" value="submit" name="ie7sucks">
</form>
If you know what is the rest script code I need to add to my root directory where I can add the random pages I would be very thankful for your help.