一、JS不能取所ASP的源代码
二、JS可以取得任何一张网页的HTML代码:
<input type=button value=取源代码 onclick="window.location='view-source:'+'http://www.sina.com.cn'">
当然网址你自己改一下