close
參考 : http://www.dotblogs.com.tw/puma/archive/2008/03/16/1636.aspx

JKFIX:

1.在HTML內的HEAD內 先宣告 JAVASCRIPT函數>> gotoMultiviewN()


2.
在網頁一開始讀取時 替網頁內的Button 加入滑鼠事件屬性

Protected Sub Page_Load(ByVal sender As Object, ByVal e As System.EventArgs) Handles Me.Load
If (Not IsPostBack) Then

ButtonKK.Attributes.Add("onmouseover", "gotoMultiviewN(ButtonKK)") ' 添加"onmouseover" 事件屬性給button ,引發函數 gotoMultiviewN
ButtonLL.Attributes.Add("onmouseover", "gotoMultiviewN(ButtonLL)")

End If

End Sub

3. POSTBACK是全域的 ,利用AJAX將它變成區域的回傳








arrow
arrow
    全站熱搜
    創作者介紹
    創作者 prague12 的頭像
    prague12

    prague12

    prague12 發表在 痞客邦 留言(0) 人氣()