Javascripts > 4x Browser Javascripts > View Source Script
Script Title: View Source Script
Description: This script allows users to follow a link to see the source code of the page they are on in Notepad.
Example: Available Click to view source!
Copy the following code between the <BODY></BODY> tags of your html page.<script> <!-- /* View-source script credit: By Website Abstraction (www.wsabstract.com) and Java-scripts.net (www.java-scripts.net) */ function viewthesource(){ window.location="view-source:"+window.location } //--> </script> <a href="javascript:viewthesource()">Click to view source!</a>
Enter your name and email address to have this script sent right to your Inbox for later viewing. First Name Last Name Email