hello! i have a problem with javascript? Should'nt there be a javascript category in this site? i like this site very much and it seems to be very close to me, so it would be more easy to have a javascript category than to search for other sites to have them in my favorites folder.
<b>Question.<b>
I want to make an online application to create html files. So i want with a button add some text in a textarea.
i did that: in the button i put onclick="jsfuction" and the jsfunction is document.formname.textareaname.value is something so it sets tha value of the textarea to the value.
But how could i <b>add<b> in a text that he has written some text a value?
example. he has written "aggelos is a good"
and i want to add a value "programmer" so that the conclusion will be "aggelos is a very good programmer".
thanks!