PDA

View Full Version : Random Link


macpherson
02-15-2003, 08:42 PM
Can someone post a code to make a random link or a place where I can find one. The kind I am looking for is just your basic text box with a link in it that every few seconds changes links if there has to be some special code depending on how many links there are mine will have 32 links. Thank you for the help

requestcode
02-15-2003, 09:20 PM
Try Here:
http://www.javascriptkit.com/script/cutindex15.shtml

macpherson
02-16-2003, 07:20 AM
I liked off a few times and found someting very close to what I want. Could you are someone else go to http://www.javascriptkit.com/script/cut58.shtml and tell me if I can just change the following: <INPUT TYPE="button" VALUE=" WHERE TO? " NAME="goTo"
onClick="window.goToUrl()">
to: <INPUT TYPE="text" VALUE=" WHERE TO? " NAME="goTo"
onClick="window.goToUrl()">