Thank you for your response, I am totally new to JQuery
How is the best way to trouble shoot this I assume that I am missing a library???
I see Response is that so i assume is must be ParseHTML?
var html = $.parseHTML( xmlhttp.response); <== Uncaught TypeError: undefined is not a function
var el = $('<div/>').append(html).find('h1').get();
var value = el[0].innerHTML;
Thank you