Hallo,
wie kann ich html Code also html-tags in einem Javascript ausführen lassen?
Mit document.write("") kriege ich das nicht hin.
Der html Code soll etwa so aussehen
<a HREF="http://www.url.de/" TARGET="_top">
<p align="center">
<img SRC="http://www.url.de/" ALT="Text" BORDER="0" WIDTH="10" HEIGHT="10"></a>
<br><font face="Arial"><a href="http://www.url.de" target="_top">
<font size="-2">text>/font>
</a></font></p>
Vielen Dank.
wie kann ich html Code also html-tags in einem Javascript ausführen lassen?
Mit document.write("") kriege ich das nicht hin.
Der html Code soll etwa so aussehen
<a HREF="http://www.url.de/" TARGET="_top">
<p align="center">
<img SRC="http://www.url.de/" ALT="Text" BORDER="0" WIDTH="10" HEIGHT="10"></a>
<br><font face="Arial"><a href="http://www.url.de" target="_top">
<font size="-2">text>/font>
</a></font></p>
Vielen Dank.