![]() Preserved Topic: HELP need to fined bug in 10 rows of code! (Page 1 of 1) |
|
---|---|
Bipolar (III) Inmate From: Israel |
![]() Hi. |
Maniac (V) Inmate From: A little lower... lower... ahhhhhh, thats the spot |
![]() What the heck is |
Lunatic (VI) Mad Scientist From: Massachusetts, USA |
![]() I think |
Bipolar (III) Inmate From: Israel |
![]() I tryed this line |
Maniac (V) Mad Scientist with Finglongers From: Cell 53, East Wing |
![]() 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 |
![]() 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 |
![]() I tryed this line |
Bipolar (III) Inmate From: Israel |
![]() 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 |
![]() 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 |
![]() 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 |
![]() Thanks for all your'e tips it bwas very helpful |