2014-01-08 66 views

回答

0

嘗試使用函數內的window.location財產。

external.js

function doSomething() { 
    alert(window.location.pathname); 
} 

在.aspx文件

<script src="external.js"></script> 
<asp:button id="Button1" onclientclick="doSomething()">