473,387 Members | 1,485 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,387 software developers and data experts.

dynamic text using settimeout

Hi,

I am trying to create a header on a page that switches between 7 textitems
in an array.
using this code:

<script language="JavaScript">
season=new Array("summer","winter","fall","spring",")
i=0
function raise()
{
setTimeout('i=i+1',2000);
if(i>4){i=0}
}
</script>

</head>

<body onLoad="raise()">
<script language="JavaScript">

document.write(season[i]);
</script>

can anybody please explain me why this doesnot work.

greets,

Sybolt

Jul 23 '05 #1
2 1423

"S.Hoitinga" <s.********@chello.nl> wrote in message
news:oC*****************@amsnews03.chello.com...
Hi,

I am trying to create a header on a page that switches between 7 textitems
in an array.
using this code:

<script language="JavaScript">
season=new Array("summer","winter","fall","spring",")
i=0
function raise()
{
setTimeout('i=i+1',2000);
look at setInterval, setTimeout only runs once. It still won't work the way
I think you want it to because the document.write only executes when the
page is rendered.

Also, the variables in the setTimeout shouldn't be quoted

Start over... Post it up.

Look at: innerHTML and % (modulo arithmetic)

Jeff

if(i>4){i=0}
}
</script>

</head>

<body onLoad="raise()">
<script language="JavaScript">

document.write(season[i]);
</script>

can anybody please explain me why this doesnot work.

greets,

Sybolt

Jul 23 '05 #2
You asked that same question 6 days ago, with a lot of reply. It should
help you enough to get it working.

S.Hoitinga wrote:
Hi,

I am trying to create a header on a page that switches between 7 textitems
in an array.
using this code:

<script language="JavaScript">
season=new Array("summer","winter","fall","spring",")
i=0
function raise()
{
setTimeout('i=i+1',2000);
if(i>4){i=0}
}
</script>

</head>

<body onLoad="raise()">
<script language="JavaScript">

document.write(season[i]);
</script>

can anybody please explain me why this doesnot work.

greets,

Sybolt


Jul 23 '05 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
by: Cybex | last post by:
Who knows how this is done: http://www.danasoft.com/vipersig.jpg As you can see the signature is dynamical, it uses gdlib I assume and php. But does anybody have any code for this? Please help...
2
by: Randell D. | last post by:
HELP! Its taken me ages - I'm a newbie and I've compiled bits of code that I've read in this newsgroup over time to create one of my most intricate functions to date... Basically, the script...
8
by: S.Hoitinga | last post by:
Hi, I am trying to create a header on a page that switches between 7 textitems in an array. using this code: <script language="JavaScript"> season=new...
6
by: Vanitha | last post by:
Hi All, I am developing a Web based application for an embedded target, using BOA webserver. I need to return some values to the HTML client. I am using CGI-C to extract the values sent by...
20
RMWChaos
by: RMWChaos | last post by:
Currently testing in: WinVista / IE7 I have been working on getting xmlhttprequest going for weeks now. I have finally gotten a semi-working script going. Pulling up text or xml files works great...
1
by: neovantage | last post by:
Hey all, I am using a PHP script which creates headings at run time in a sense at page execution. I am stuck a with a very little problem which i am sure i will have the solution from experts. ...
10
dj12345
by: dj12345 | last post by:
Hi, (Asp.net + Ajax) I am creating a page which will fetch data from server without postbak of a page.. I have 2 controls on this page TextBox and Lable. I have assigned TextBoxWatermark...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.