View Full Version : with innerHTML may include a whole html file (this file without <html><body> tags eg
leonidassavvides
11-24-2009, 08:54 AM
with innerHTML may include a whole html file (this file without <html><body> tags eg start with <table> tag ...) ?
document.getElementById('DivExample').innerHTML = file.html here;
leonidassavvides
11-24-2009, 09:06 AM
I do NOT want to use request object[I mean Ajax document.getElementById("content").innerHTML = request.responseText; // but simple javascript], well may achive it ?
molendijk
11-24-2009, 08:53 PM
See my post in this thread (http://www.dynamicdrive.com/forums/showthread.php?t=50085).
===
Arie Molendijk.
===
Powered by vBulletin® Version 4.2.2 Copyright © 2021 vBulletin Solutions, Inc. All rights reserved.