Is there a convient way to eliminate this super structured yeth anoying:
<IMG SRC="mypicture.gif">
being changed to:
<IMG SRC="file:///C:/Documents%20and%20Settings/homedir/mypicture.gif">
whilst editing in a DIV using the DHTML editing component?
my application uses 2 divs, one for the actual HTML and one for the source
display.
the typing-script is in both onkeydown.
if keydown in html load the source of this div's html in the innertext of
the source view div.
if keydown in source load the innerText into the HTML views source.
not that hard i gues.. KISS mode
Yeth MSie seems to convert the image URL without asking...
(another strange thing is the negation of the other chars.... / is not
converted/escaped... my best guess is: this is a local filesystem issue for
ie.)
Any ideas are welcome.
Eduardo da vunchi.
werkzoeker - 14 Sep 2004 08:28 GMT
please anyone any ideas ?
> Is there a convient way to eliminate this super structured yeth anoying:
>
[quoted text clipped - 22 lines]
>
> Eduardo da vunchi.