Hi there,
i have a problem when pasting Javascript code like window.open into the source.
Example: i write
<A href="#" onclick="window.open('index.html','testwin','');">TESTWIN</A>
and after reloading the editor with the saved data, it shows:
<A onclick=window.open( href="#" index.html?,?testwin?,??);?>TESTWIN</A>
in the source. Did anyone have this problem?
Thanks in advance,
Schneck
i have a problem when pasting Javascript code like window.open into the source.
Example: i write
<A href="#" onclick="window.open('index.html','testwin','');">TESTWIN</A>
and after reloading the editor with the saved data, it shows:
<A onclick=window.open( href="#" index.html?,?testwin?,??);?>TESTWIN</A>
in the source. Did anyone have this problem?
Thanks in advance,
Schneck