[求助]如何在aspx网页编程中加入javascript语言元素?
如何在aspx网页编程中加入javascript语言元素?
例如:window.alert("Welcome! Press OK to continue.");
多谢
如何在aspx网页编程中加入javascript语言元素?
例如:window.alert("Welcome! Press OK to continue.");
多谢
谢谢您的答复,但我想问的是如何在aspx编程中,例如
Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
End Sub
事件处理程序中加入javascript语言元素,例如加入
window.alert("Welcome! Press OK to continue.");
谢谢