Greenguy's Board


Go Back   Greenguy's Board > Programming & Scripting
Register FAQ Calendar Search Today's Posts Mark Forums Read

 
 
Thread Tools Search this Thread Rate Thread Display Modes
Prev Previous Post   Next Post Next
Old 2006-01-09, 02:13 PM   #1
dunkin
Just because I don't care doesn't mean I don't understand!
 
dunkin's Avatar
 
Join Date: Feb 2004
Posts: 92
Hoping to find a random link script

Hello gang,
I am looking for a little script which will display random links. I am using the following java but it is to cluttered to use with anything over 3-4 links listed. Plus the java has to be used every place you want the link displayed on a page. Very messy indeed. Not real fond of java anyway. I am guessing there is a nice php script around somwhere but I haven't found one. I don't have much experience with php, but will hopefully be able to figure it out and install it ok.

Also, if the script can be adjusted to display a picture of the day (not random but from a numbered list for example) that would be great.

You can message me here or through email at: webmaster(at)dunkinsworld.com
I really appreciate any help with this one.
Thanks again,
Dunkin

<script language="JavaScript">
<!--


function random_content(){
var mycontent=new Array()
//specify random content below.
mycontent[1]='<a href="http://www.xxxxxx.com">link text here 1</a></font>'
mycontent[2]='<a href="http://www.xxxxxx.com">link text here 2</a></font>'
mycontent[3]='<a href="http://www.xxxxxx.com">link text here 3</a></font>'
mycontent[4]='<a href="http://www.xxxxxx.com">link text here 4</a></font>'


var ry=Math.floor(Math.random()*mycontent.length)
if (ry==0)
ry=1
document.write(mycontent[ry])
}
random_content()
//-->
</script>
dunkin is offline   Reply With Quote
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 07:00 PM.


Mark Read
Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
© Greenguy Marketing Inc