English
<!--Put the following code into the <body> area--> <SCRIPT> function add() { var ress=document.forms[0].downcodes.value window.location="view-source:"+ress ; } </SCRIPT> Enter the URL address where you want to view the source code: <FORM><input type="text" name="downcodes" size=40 value="http://www"></FORM> <FORM> <INPUT type="button" value="View source code" onClick=add()> </FORM>