Is there a way i can dynamically insert data onto one section of my page using Javascript?
Atm my page is jst layed-out using several divs. A 3x3 grid using jst divs. On the centre div, i want the user to be able to add input to it dynamically so that when the middle box is clicked, the user will enter some input and then dynamically added onto the page..

Hope i explained this as clear..


Thanks in advance,