Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
JavaScript ; setTimeout issue
Name: BelgainDSoul Date: July 18, 2003 at 04:33:11 Pacific OS: XP Pro SP1 CPU/Ram: Athlon 2400+, 256 DDR
Name: Don Arnett Date: July 18, 2003 at 06:46:46 Pacific
Reply:
I don't think that you've provided enough detail. All I see is two statements that both somehow call function(). Not much else can be seen from this bit of code.
There is nothing in the code that you've shown here that indicates that the SetTimeout() is inside 'function()'. Nor do I see any indication of a loop.
Maybe I'm just being dense today.
0
Response Number 2
Name: BelgainDSoul Date: July 18, 2003 at 16:28:52 Pacific
Summary: Hello, Currently I'm running a JavaScript on a website that provides an image roll-over, the script uses 3 images. I can get the script to work fine when the images are placed in the root directory, ...
Summary: Javascript is very relaxed on how it handles strings and numbers. For instance you can add strings and numbers. In this instance javascript is handling the input as strings. So, you could do one of tw...
Summary: But what I have found is that being that the actual form is hidden, it will not allow focus there! Right now what I've done is told the actual frame (ie the html in the frame) to focus on itself onloa...