474,042 Members | 2,325 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

setTimeout

Hoi again...

I trie to recall a function after 15 sec. the code I use is like this

function reloads() {
switch (stPage)
{
case 0: setTimeout("doc ument.getElemen tById('myIframe ').src
='empty.htm'",0 );
stPage= 1;
break;
case 1: setTimeout("doc ument.getElemen tById('myIframe ').src
='test.htm'",0) ;
stPage= 2;
break;
case 2: setTimeout("doc ument.getElemen tById('myIframe ').src
='test2.htm'",0 );
stPage= 1;
break;
}
setTimeout=("re loads()",15000) ;
}

but I always get the error "Object doesn't support this action" Can someone
help my out with this problem?

thanks

greetings
Koen
Jul 23 '05 #1
4 1780
Message de Keon émis le jeudi 25 novembre 2004 12:44 :
Hoi again...

I trie to recall a function after 15 sec. the code I use is like this

function reloads() {
switch (stPage) {
case 0: setTimeout("doc ument.getElemen tById('myIframe ').src
='empty.htm'",0 ); stPage= 1; break;
case 1: setTimeout("doc ument.getElemen tById('myIframe ').src
='test.htm'",0) ; stPage= 2; break;
case 2: setTimeout("doc ument.getElemen tById('myIframe ').src
='test2.htm'",0 ); stPage= 1; break;
}
setTimeout=("re loads()",15000) ;
}

but I always get the error "Object doesn't support this action" Can
someone help my out with this problem?

Try without "setTimeout " :

....
case 0: document.getEle mentById('myIfr ame').src ='empty.htm'; stPage=
1; break;
case 1: document.getEle mentById('myIfr ame').src ='test.htm' ; stPage=
2; break;
case 2: document.getEle mentById('myIfr ame').src ='test2.htm'; stPage=
1; break;
....

--
Cordialement, Thierry ;-)

Jul 23 '05 #2

"Cenekemoi" <tb************ @harrysoftwareC ACA.comPOPO> wrote in message
news:41******** *************** @news.wanadoo.f r...
Message de Keon émis le jeudi 25 novembre 2004 12:44 :
Hoi again...

I trie to recall a function after 15 sec. the code I use is like this

function reloads() {
switch (stPage) {
case 0: setTimeout("doc ument.getElemen tById('myIframe ').src
='empty.htm'",0 ); stPage= 1; break;
case 1: setTimeout("doc ument.getElemen tById('myIframe ').src
='test.htm'",0) ; stPage= 2; break;
case 2: setTimeout("doc ument.getElemen tById('myIframe ').src
='test2.htm'",0 ); stPage= 1; break;
}
setTimeout=("re loads()",15000) ;
}

but I always get the error "Object doesn't support this action" Can
someone help my out with this problem?

Try without "setTimeout " :

...
case 0: document.getEle mentById('myIfr ame').src ='empty.htm'; stPage=
1; break;
case 1: document.getEle mentById('myIfr ame').src ='test.htm' ; stPage=
2; break;
case 2: document.getEle mentById('myIfr ame').src ='test2.htm'; stPage=
1; break;
...

--
Cordialement, Thierry ;-)


But I think you miss understand me.
The problem is not changing the iframe but the recal of the function.
setTimeout=("re loads()",15000) ;

greetings
Koen
Jul 23 '05 #3
Keon wrote:
setTimeout=("re loads()",15000) ;

^

setTimeout("rel oads()",15000);

Daniel
Jul 23 '05 #4

"Daniel Kirsch" <Iw************ *****@gmx.de> wrote in message
news:co******** *****@news.t-online.com...
Keon wrote:
setTimeout=("re loads()",15000) ;

^

setTimeout("rel oads()",15000);

Daniel


Indeed. Now it work perfect

greeting
Koen
Jul 23 '05 #5

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

Similar topics

10
3093
by: Jupiter49 | last post by:
I'm trying to move pictures around on the screen, with a slight delay between the first picture and second picture (following onmousemove). When I add the setTimeout function I must be doing it wrong because the function that calculates the new coordinates for the picture returns 32 million and change instead of the coordinate. This causes the picture to not be able to appear on the display, obviously. Here's the calling code (snipped...
3
15002
by: domeceo | last post by:
can anyone tell me why I cannot pass values in a setTimeout function whenever I use this function it says "menu is undefined" after th alert. function imgOff(menu, num) { if (document.images) { document.images.src = eval("mt" +menu+ ".src") } alert("imgOff_hidemenu"); hideMenu=setTimeout('Hide(menu,num)',500);
2
4697
by: Athanasius | last post by:
Could someone shed some light as to why the following setTimeout function will not work on the Mac IE5.2? It does however work on PC(Forefox,Netscape,IE) & Mac(Safari,Firefox). Here is the script, it should simply present an alert message after 5 seconds. Thanks. <html> <head> <script language="javascript"> function MsgTimer() { var self = this;
6
2266
by: Brent | last post by:
Is there any obvious reason why there's no delay in the execution of setting the id.style.display when this function gets called? function Hide(divId,timeout) { var id = document.getElementById(divId); setTimeout(id.style.display = 'none',timeout); } Thanks for any help.
12
5577
by: Andrew Poulos | last post by:
With the following code I can't understand why this.num keeps incrementing each time I create a new instance of Foo. For each instance I'm expecting this.num to alert as 1 but keeps incrementing. Foo = function(type) { this.num = 0; this.type = type this.trigger(); } Foo.prototype.trigger = function() {
28
5339
by: Andre | last post by:
Hi, Does anyone know whether the ECMA, or an other standard document, specifies a maximum for the value that can be pass to the setTimeOut() function in Javascript? Andre
4
5253
by: E | last post by:
I am having trouble with setTimeout working on a second call to the setTimeout function from a second page which is an html page. Here is the scenario. I have a web page and onload it calls a javascript function which calls setTimeout and will process a second javascript function "Warn" just before the session expires. The Warn function displays an html page with a button. A second timer is started to cause the html page to close...
6
10934
by: Max | last post by:
Hi, I'm not exactly sure why this doesn't work. I'm basically just trying a simple approach at a slide down div. function slide_div { setTimeout("document.getElementById('mydiv').style.length='10px';",1000);
15
3817
by: nikki_herring | last post by:
I am using setTimeout( ) to continuously call a function that randomly rotates/displays 2 images on a page. The part I need help with is the second image should rotate 3 seconds after the first image rotates. I cannot figure out how to accomplish the 3 second delay. My code is pasted below: function randPic(){ randPic1(); randPic2();
7
2427
by: Martin | last post by:
Can I have two setTimeouts running at the same time - with two different intervals? I want to start one timer and, before it times out, start another one I've tried this and they seems to interfer with one another.
0
10536
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, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
12131
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, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
11599
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 tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
12005
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
11137
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
1
8689
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
7862
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
6648
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
2
4937
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

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.