Webmaster Forums - Webmaster forum for HTML, PHP, ASP, CSS and more

Go Back   Webmaster Forums - Webmaster forum for HTML, PHP, ASP, CSS and more > Web Programming > Other Programming - Perl, C++, Java, ASP, .NET Development
User Name
Password

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old 11-03-2006, 09:31 AM   #1 (permalink)
Mindi
Junior Member
 
Join Date: Sep 2006
Posts: 7
Default Need help making this random instead.

*****THIS POST HAS BEEN EDITED BY O~SNAPPLE PLEASE USE CORRECT TAGS WHEN POSTING CODE*****

Hello, I need to make this select an array item randomly instead of in order. Anyone
know how? Thank you very much.
PHP Code:
<BODY onload="change();"><a href="#" id="url"></a>

var 
arr = [ 
[
"Text"],["http://www.google.com"],
[
"Text"],["http://www.yahoo.com"]
]; 

var 
dynLink null

function 
init() { 
 
dynLink document.getElementById('url'); 
 
window.setTimeout('changeURL(0)',1000); 


function 
changeURL(i) { 
 if (
>= arr.length) { 
  
0
 } 
 
dynLink.innerHTML arr[i][0]; 
 
dynLink.href arr[i][1]; 
 
window.setTimeout('changeURL('+(++i)+')',1000); 

window.onload init
Mindi is offline   Reply With Quote
Sponsored Links
Old 11-03-2006, 07:17 PM   #2 (permalink)
Mindi
Junior Member
 
Join Date: Sep 2006
Posts: 7
Default Re: Need help making this random instead.

*****THIS POST HAS BEEN EDITED BY O~SNAPPLE PLEASE USE CORRECT TAGS WHEN POSTING CODE*****

Hmmm seems I have another problem with this script. Its not showing the links properly since put on a timer. Any reason why the above itn't listing text links properly? This is how it looked by day and worked just fine. Thanks.
PHP Code:
now = new Date();
nowDate now.getDate();

function 
changelink(){

if (
nowDate*arr.length
    return;

document.getElementById("url").href arr[nowDate*2-1][0];
document.getElementById("url").appendChild(document.createTextNode(arr[nowDate*2-2][0]));

Mindi is offline   Reply With Quote
Old 11-04-2006, 08:01 PM   #3 (permalink)
Mindi
Junior Member
 
Join Date: Sep 2006
Posts: 7
Default Re: Need help making this random instead.

What was wrong with my tags osnapple?
Mindi is offline   Reply With Quote
Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

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

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Points Per Thread View: 1.00
Points Per Thread: 11.00
Points Per Reply: 5.00



» Sponsors

» Links

» Affiliates
Web Hosting
Online Backup Reviews
Marketing Find
Merchant Select
SiteMap Builder
Host Compare
Dedicated Servers

» Links

» Sports Network
Paintball Forum
Football Forum
Hockey Forum
Golf Forum
Boxing Forum
Lacrosse Forum
Baseball Forum
SnowBoarding Forum
Soccer Forum
MMA Forum


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



LinkBacks Enabled by vBSEO 3.0.0 RC8
Webmaster Forums