473,508 Members | 2,477 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Verify current interval value?

I have a script that I believe is refusing to clear the interval. I
prefer to do the troubleshooting myself as part of the learning
process, but have been unable to find a way of checking the current
interval value.

I'd like to be able to validate the setting and clearing of the
interval. Something like:
a = setInterval('someFunction()', someInterval);
interval_set = getInterval(a);
clearInterval(a);
interval_cleared = getInterval(a);
Unfortunately getInterval doesn't exist. Any ideas?
Any ideas?

Jul 23 '05 #1
1 2055
On 5 Oct 2004 14:10:23 -0700, jdog <jl*******@hotmail.com> wrote:
I have a script that I believe is refusing to clear the interval. I
prefer to do the troubleshooting myself as part of the learning process,
but have been unable to find a way of checking the current interval
value.


You can't. You'll have to check the value passed for the second argument.

If you can't seem to solve the problem, post a short example (preferably a
link to a small page that demonstrates the problem).

[snip]

Mike

--
Michael Winter
Replace ".invalid" with ".uk" to reply by e-mail.
Jul 23 '05 #2

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

Similar topics

2
579
by: Jeremy | last post by:
In client-side JavaScript, how does one retrieve into a variable the currently displayed text in a DropDownList control. I tried this, but it gets the current ID/value- not the displayed text:...
1
1524
by: Mayhul | last post by:
Hi there, Does anyone know where I can find information about Reading current connection value from performance counters into ASP page. I wanted to know how I can call the current connection...
4
1515
by: Jon Paal | last post by:
I captured an arraylist into a session value but to display the current values, the page requires a postback or else it displays the prior version of the value. how do I force a post back...
0
1001
by: MarkusJNZ | last post by:
Hi, I want to check the current value of a ListItem when a DropDownList is being bound e.g. In the function Private Sub MyDropList_DataBinding(ByVal sender As Object, ByVal e As...
1
1266
by: redgrL86 | last post by:
Hi, I am trying to create a table to display the values in the XML below. THe XSL provided works on the XML when there is only one <Step> but not three. Of the three steps in the XML below, two have...
2
8476
by: clickingwires | last post by:
How would I go about displaying the current record value in a label? This is the code I'm using and all I get is "1" in the label Dim rst As New ADODB.Recordset Dim cnn As New ADODB.Connection...
1
1470
by: MLH | last post by:
The TimerInterval property setting is a Long Integer value between 0 and whatever you set it to. The countdown starts when the form loads and that is what I would like to read. Any way to read an...
7
10212
by: shalskedar | last post by:
In a query i want to retrieve the value in such a way that if the value for the current record for a given column is 0 then it should go to the next record & take the value. for ex-I 've column...
1
1418
by: Edu Castro | last post by:
here is my code I can edit the current rs value, but this code is replacing the existing one. Instead I need the code to add a new value to the existing one If rs31! = rs32! And rs31! < rs32! Then...
0
7231
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
7133
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
7336
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
7405
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...
0
7504
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...
1
5059
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...
0
3214
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...
0
3198
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
0
435
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence...

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.