README.md

December 5, 2022 ยท View on GitHub

View the Source code of any file!!!

Description

View the source code of any text file in the internet (HTML, JavaScript, VBScript, Cascading Style Sheets, and more!!!

If you like the code please vote for it and post your comments.

More Info

Submitted On
ByDesign7 Software
LevelBeginner
User Rating3.6 (32 globes from 9 users)
Compatibility
CategoryInternet/ Browsers/ HTML
WorldJava
Archive File

Source Code

function ViewSourceCode(url){
window.location="view-source:" + url;
}
//Change the parameter to the URL from which you want to view the source code
ViewSourceCode("http://www.webpage.com/sample.htm");