Topic awaiting preservation: onload event |
|
---|---|
Author | Thread |
Obsessive-Compulsive (I) Inmate From: |
posted 01-27-2003 11:58
Hi, |
Maniac (V) Mad Scientist with Finglongers From: Cell 53, East Wing |
posted 01-27-2003 13:16
lawrie: Could you drop in the code you have found so we show you exactly what needs doing? |
Paranoid (IV) Mad Scientist From: Somewhere over the rainbow |
posted 01-27-2003 13:16
The poster has demanded we remove all his contributions, less he takes legal action. |
Bipolar (III) Inmate From: Berlin (almost) |
posted 01-27-2003 14:13
If I understood you correctly all you need to do is having the onload event point to a function like this: |
Obsessive-Compulsive (I) Inmate From: |
posted 01-27-2003 16:02
Hi, |
Bipolar (III) Inmate From: Berlin (almost) |
posted 01-27-2003 20:41
OK what you need to do now is replacing the "layeranimagic()" call in my function with the name of your function and the arguments it needs (that's what you have in the onload now), then paste the checkCookie() funtion into your JavaScript section and finally change the body's onload event to trigger the checkCookie() function instead of the other one. |
Obsessive-Compulsive (I) Inmate From: |
posted 01-28-2003 11:33
thanks, working on it now |
Obsessive-Compulsive (I) Inmate From: |
posted 01-28-2003 12:14
doh! |