Topic awaiting preservation: refreshing script |
|
---|---|
Author | Thread |
Nervous Wreck (II) Inmate From: Leiden, the Netherlands |
posted 12-17-2002 16:39
Hi, I'm new and my name is Koenie. Hi all. code: function startRefresh() {
|
Maniac (V) Mad Scientist From: New California |
posted 12-17-2002 17:57
I'm sorry, Koenie, but I'm not sure I understand what you're trying to do. It's early and I may just be too sleepy |
Nervous Wreck (II) Inmate From: Leiden, the Netherlands |
posted 12-17-2002 19:25 |
Maniac (V) Mad Scientist From: 100101010011 <-- right about here |
posted 12-17-2002 19:26
You should be able to dynamically update data via the DOM by dynamically updating a JS file. |
Nervous Wreck (II) Inmate From: Leiden, the Netherlands |
posted 12-17-2002 20:34 |
Maniac (V) Mad Scientist From: 100101010011 <-- right about here |
posted 12-17-2002 21:57
sure just have the script set a variable to true once it's loaded. |
Neurotic (0) Inmate Newly admitted From: bainbridge island WA usa |
posted 12-31-2002 23:17
If I understand what you are saying, an external *.js file is changing |
Paranoid (IV) Inmate From: Dallas, TX |
posted 01-01-2003 01:19
The talking horse is right, you can't delete the script and replace it exactly. code: function rand(x) { return Math.floor(x*Math.random()); } I'm unfamiliar with that .onreadystatechange property, is it IE specific? |