0
後面怎麼叫下面的JavaScript函數:代碼調用一個JavaScript代碼
function mySubmit() {
document.getElementById('frm').submit();
}
asp.net裏面的代碼背後的功能:
<%
if(!isPostBack)
{
----I want to call the above JavaScript code here---
}
%>
謝謝你的回覆........我正在調用onLoad事件中的代碼,但因爲 – aneosh 2011-04-18 11:12:31