View Source

View Source

Refresh / Reload



Open Standard Popup
Close Standard Popup



Open Centered Popup
Close Centered Popup



1. new window:
2. new window - colors:
3. same window - colors:




CODES:

<.a href=# onClick= 'window.location = "view-source:" + window.location.href' >View Source<./a>

<.SCRIPT language="JavaScript"> <.!-- function ViewSource() { window.location = "view-source:" + window.location.href } //--> <./SCRIPT>
<.a href=javascript:ViewSource()>View Source<./a>

<.a href=# onclick="document.location.reload()">Refresh / Reload<./a>