you should be able to do:

document.getElementById('foo').innerHTML += more stuff here;

Just my $0.02... innerHTML is not standards compliant and you could
run into some issues down the road.  Might want to look into using the
DOM and methods like createNode and the like.



On Fri, 25 Feb 2005 15:44:02 -0500, Damien McKenna
<[EMAIL PROTECTED]> wrote:
> I'm using innerHTML() to append fields to a form, its working pretty
> well so far.  Except for one biggie.  When I use innerHTML() the
> information already filled into the form is cleared.  Is there any way
> around this, beyond storing and re-inserting the data into the fields in
> my script?  Thanks.
> 
> --
> Damien McKenna - Web Developer - [EMAIL PROTECTED]
> <mailto:[EMAIL PROTECTED]>
> The Limu Company - http://www.thelimucompany.com/
> <http://www.thelimucompany.com/>  - 407-804-1014
> #include <stdjoke.h>
> 
> 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Find out how CFTicket can increase your company's customer support 
efficiency by 100%
http://www.houseoffusion.com/banners/view.cfm?bannerid=49

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:196632
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to