logo

New Response

« Return to the blog entry

You are replying to:

  1. Carcomaidon,

    I always do something like this in the functions (AJAX ones mind you) that I know will be returning HTML content that I'll want to use inline in a div or something like that:

    targ.innerHTML = xmlhttp.responseText;

    ... where my targ is the DIV or another container-type element. Does that make sense?

Your Comments

Name:
E-mail:
(optional)
Website:
(optional)
Comment: