Hallo Horst,
ich habe hier ein
HTML-Bookmarklet,
Code:
<
HTML>
<SCRIPT LANGUAGE=javascript>
[color=red]var __w=document.body.contentEditable = 'true'; [/color]
document.designMode='on';
[color=red]void 0;[/color]
[color=red]if(__w!=null)document.write(__w);[/color]
</SCRIPT>
</
HTML>
das z.B. mit der
DP Webseite funktioniert, wo ich im Code zumindest keine DIV Tags entdecken konnte.
Ich bin kein
HTML-Profi, aber vielleicht hilft es Dir weiter...