Hello...
Now I already have textarea with id = "textarea-id" for instance below
Now how I GET this textarea element, Than I will add additional text by input input dialog, than SUBMIT > will POST to another textarea which contain whole text?
Thank You In advance... tq..
Now I already have textarea with id = "textarea-id" for instance below
<textarea id="textarea-id">MY TEXT AREA</textarea>
Thank You In advance... tq..
Comment