Powered by Olark
Real Estate Web Site Design - Site Map HTML::Capture Complete HTML Source
HomeContactSearchSite MapMore Information
Web Content Solutions
 
 
 
Support Login
    
     SOLUTIONS    >Content    >Hosting   >eCommerce   >Off-Site Customer Support   >Consultation

HTML::Capture Complete HTML Source

Web Design Tip : Javascript to Capture Entire HTML including Title Tag

Use this script to capture the complete HTML code of a web page.  This script can even replace tag values like Title, and Meta tags, then you can recapture the HTML in the TEXTAREA.  This is very handy code if you need to capture the entire HTML content of a page or IFRAME inside a TEXTAREA.  InnerHTML and OuterHTML dont work !  The dont capture the Title and Head tags!

Simply copy this code into a new .html file (test.html) and run it.  It is self explanatory.