See the source code of any online site. Find out exactly how the website is scripted.
|
How do I use this tool? [+/-] |
|
How to use this tool 1. Enter exact website address to view source code. 2. Click “View!” button. You will now beable to view the Websites source code in the box below.
|
|
|||||||
function validate(theform) {
if (theform.domain.value == “”) { alert(“No Domain”); return false; }
return true;
}