Hi friend,
Your hack is extremely cool ... I have wished for this for a long time

...
I have a small problem which I would like to ask you to see if there is a way to do this :
My site uses Unicode ... therefore, for the original textarea of the NEWTHREAD - NEWREPLY template, I did add in the call for a particular javascript. Hence, it looks like:
Quote:
<textarea color="#FFFFFF" name="message" rows="20" cols="$textareacols" wrap="virtual" tabindex="2" onChange=getActiveText(this) onclick=getActiveText(this) onkeyup="initTyper(this);">$message</textarea><br>
<smallfont><script language="JavaScript1.2" src="../js/vietuni.js" type='text/javascript'></script> ..........
|
Since your hack uses iframe instead of textarea for the message, is there a way for me to maintain the call for that particular script (for example, using
onkeyup="initTyper(this)) ...
Thanks for your help :squareeyed: