Script Categories













Page Details >>> Source Viewer.

View the source of any web page. This will bypass any "No right click" scripts on the page.

Type in a full URL and click "View Source"



Add the below code to the <body> section of your page:

<script language="javascript" type="text/javascript">      
/* Visit http://www.yaldex.com/ for full source code
and get more free JavaScript, CSS and DHTML scripts! */
<!-- Begin
function viewSource() {
document.getSource.view.value="Please wait!";
setTimeout("document.getSource.view.value='View Source!'",6000);
window.location.href= "view-source:" + document.getSource.url.value;
return false;
}
//  End -->
</script>
Type in a full URL and click "View Source"
<br>
<
br>
<form name=getSource onSubmit="return viewSource();">
<input
type=text name=url value="http://">
<br>
<
br>
<input type=submit name=view value="View Source">
</form>

JavaScript Editor Get Advanced
JavaScript and Ajax Editor,
Validator and Debugger!

1st JavaScript Editor.



Code was highlighted by 1st JavaScript Editor (The Best JavaScript Editor!).




©