Down the right hand side of the screen I have a list of names. The main part of the page is a collection of input boxes used to edit the timetable where I work.
WHat I'd like to be able to do, is by clicking one of the names on the right, edit the content of the current active input box.
So let's say the current active box is
"Rod, Jane,"
On clicking the link 'Freddie' I want it to become
"Rod, Jane, Freddie"
I figure I need to do this with a javascript function, but am clueless as to what it'd be. Any ideas?
Cheers!


LinkBack URL
About LinkBacks
Reply With Quote


