单击保存按钮时如何在php中显示消息。
问题描述:
我希望在同一页面中显示消息nt lik alrt box plz告诉我如何操作
i want display message in same page nt lik alrt box plz tell me how to do ths
答
ScriptManager.RegisterClientScriptBlock(Me, GetType(Page),UniqueID,javascript:alert('your msg');,True)