Log in

View Full Version : Adding text into a text area



hmsnacker123
06-21-2008, 01:19 AM
Hi, i have an issue: basiclly i have 2 images when you click on one i want it to insert into the corrosponding textbox: <div class="imgtxt"></div>, but with the other image i want it to say (when clicked): <span class="dogs"></span> , thank's in advance.

tech_support
06-21-2008, 03:01 AM
document.getElementById([element ID]).innerHTML = "text only..."