now let me be clear.
i want a textarea in which html codes can be placed.the codes can be this:-
Quote:
<p><font color="#00FF00">html code</font> inside text <font color="#000080">area</font>
<br /> is it a nice <font color="#FF00FF">thinking</font></p>
<p> </p>
|
i want to copy the contents of text area or div area by clicking a button by using javascript.
what i want is 2 things.
1. i want the above code to be displayed in textarea after being parsed as html .i.e. i want the colorful output to be displayed in textarea.
2.when i should copy the contents of textarea by clicking a button ,only output should be copied.the copied code should be this :-
Quote:
html code inside text area
is it a nice thinking
|
can you help me or can you give me an idea.
thanks.