http://hanhead.tistory.com/entry/alert-function-in-asp

must colse, dispose and release a something after call this functions and call a response.end




Private Sub alert(msg)
 response.write "<script language=""javascript"">alert(""" & msg & """);</script>"
End Sub

Private Sub alertback(msg)
 response.write "<script language=""javascript"">alert(""" & msg & """);history.back();</script>"
End Sub

Private Sub alertgo(msg, url)
 response.write "<script language=""javascript"">alert(""" & msg & """);location.href=""" & url & """;</script>"
End Sub

'asp' 카테고리의 다른 글

formatBytes  (0) 2010.08.24
view source &asp coloring  (0) 2010.08.24
get new non repeated file name on a specific folder  (0) 2010.08.24
dbhelper class  (0) 2010.08.24
FSO example  (0) 2010.08.24

+ Recent posts