js copyto
dvanhorn <[email protected]> Fri, 05 Mar 2004 14:09:41 -0500
| Newsgroups | gmane.org.ballistichelmet.devel |
|---|---|
| Message-ID | <[email protected]> |
function copyto(from_id, to_id){
// complete me.
}
Copies the contents of element with id = from_id into element with id = to_id.
Could one of the js gurus help me out here?
David