Preserved Topic: HELP need to fined bug in 10 rows of code! (Page 1 of 1) |
|
---|---|
Bipolar (III) Inmate From: Israel |
posted 11-07-2001 21:08
Hi. |
Maniac (V) Inmate From: A little lower... lower... ahhhhhh, thats the spot |
posted 11-07-2001 21:17
What the heck is |
Lunatic (VI) Mad Scientist From: Massachusetts, USA |
posted 11-08-2001 00:55
I think |
Bipolar (III) Inmate From: Israel |
posted 11-08-2001 07:29
I tryed this line |
Maniac (V) Mad Scientist with Finglongers From: Cell 53, East Wing |
posted 11-08-2001 15:59
Yossi Admon: Welcome. I'm curious to know what you are planning. I have been fiddling around with something similar but you will run into cross browser compatibility problems but perhaps this isn't a problem. |
Paranoid (IV) Inmate From: Minneapolis, MN, USA |
posted 11-08-2001 16:02
Yossi, did you read what Slime said? You can't have </script> in your script. Escaping the slash doesn't help because it doesn't parse for escaped characters. Try what he recommended and see if it works. |
Bipolar (III) Inmate From: Israel |
posted 11-08-2001 16:52
I tryed this line |
Bipolar (III) Inmate From: Israel |
posted 11-08-2001 16:56
Another relevant Question is whether I can change the src property of an existing script in runtime and reevaluate the script? |
Maniac (V) Mad Scientist with Finglongers From: Cell 53, East Wing |
posted 11-08-2001 17:27
Yossi: If I understand the situation I'm wondering if it might be simpler if you could do some server side browser detection and then give people with decent browsers an IFRAME (see I'm not totally against them if used right) and then use layers for NS4.x. Actually wouldn't this work: code: <nolayer>
|
Lunatic (VI) Mad Scientist From: Massachusetts, USA |
posted 11-08-2001 18:10
Oh, wait a minute. If I remember correctly, you're not allowed to change the innerHTML of an element to include a script tag which is supposed to load another script, and expect the new script to be run. I don't think it works like that. |
Bipolar (III) Inmate From: Israel |
posted 11-11-2001 07:05
Thanks for all your'e tips it bwas very helpful |