Ich habe mal eine frage und brauche mal Hilfe
ich wollte in User Gästebuch eine live Vorschau ein bauen das geht auch so weit
aber der BBCode Geht da nicht wie mache ich das das der BBCode auch geht??
hier mal ein Kleiner ausschied
<script language="JavaScript" type="text/javascript"> <!-- function livesync() { txt = document.getElementById('txt').value; txt = txt.replace(/\n/g,"<br/>"); document.getElementById('previewBox').innerHTML = txt; } //--> </script> <script type="text/javascript" src="include/includes/js/bbcode.js"></script> <script type="text/javascript" src="include/includes/js/interface.js"></script> <form name="form" method="post" action="index.php?user-usergb-insert-{USERID}"> <table width="95%" cellpadding="1" cellspacing="1" border="0" class="border"> <tr class="Chead"> <td colspan="2">Gästebuch</td> </tr> <tr> <td class="Cnorm" width="30%">Nickname*</td> <td class="Cmite" width="70%"><input type="text" name="name" {AUTH}></td> </tr> <tr> <td width="30%" valign="top" class="Cnorm">Text*<br />{SMILIES}</td> <td class="Cmite" width="70%">{__BBCodeButtons__}<textarea style="width: 98%" cols="50" rows="10" tabindex="4" name="xt" id="txt" onKeyUp="livesync();"></textarea></td> </tr> {ANTISPAM} <tr class="Chead"> <td colspan="2"><input type="submit" name="priview" value="{_lang_preview}" accesskey='v' /> <input type="submit" name="submit" value="{_lang_formsub}" accesskey='s' /></td> </tr> </table> </form> <table width="690" cellpadding="2" cellspacing="2" border="0" class="border"> <tr> <td width="50%" class="Cmite">{NICKNAME}</td> <td width="50%" class="Cmite"><div align="right">{DATUM} {LOESCHEN}</div></td> </tr> <tr class="Cnorm"> <td width="100%" colspan="2"> <table width="100%"> <tr> <td width="21%" valign="top">{AVATA}<br /> <br> <br> <br /></td> <td width="79%"><div id="previewBox"></div></td> </tr> </table></td> </tr> </table>
Zuletzt modifiziert von marco1978 am 04.11.2010 - 18:12:30