with innerHTML may include a whole html file (this file without <html><body> tags eg start with <table> tag ...) ?
Code:document.getElementById('DivExample').innerHTML = file.html here;
with innerHTML may include a whole html file (this file without <html><body> tags eg start with <table> tag ...) ?
Code:document.getElementById('DivExample').innerHTML = file.html here;
I do NOT want to use request object[I mean Ajax document.getElementById("content").innerHTML = request.responseText; // but simple javascript], well may achive it ?
Bookmarks