README.md
December 5, 2022 ยท View on GitHub
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 | |
| By | Design7 Software |
| Level | Beginner |
| User Rating | 3.6 (32 globes from 9 users) |
| Compatibility | |
| Category | Internet/ Browsers/ HTML |
| World | Java |
| 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");