Get source of any website or webpage.
Article Metadata
Code Example
Source file: Media:widget.zip
Article
Created: rsuthar
(16 Dec 2008)
Last edited: hamishwillee
(23 Jul 2012)
I have created a web browser based application where we can get source code of any web page or website. Where I have changed web page in to original HTML source code.
Here, I have attached my source code. I will come up soon with same page code viewer.
With using of prototype.js function of Ajax updater.
function updater(){
new Ajax.Updater("[ Any Container ]","http://www.inmobility.com/source.php?domain="+[url that need to convert in source code.])
}
Example application
- Download given zip file and convert it in to .wgz format (ext. change): widget.zip

