Click or drag to resize
JsHelperTopAlert Method (String, String, Object)
弹出指定的消息,并使框架页所有转向指定的URL

Namespace: Adf.Web
Assembly: Adf.Web (in Adf.Web.dll) Version: 4.1.5463.29815
Syntax
public static void TopAlert(
	string msg,
	string url,
	params Object[] msgFormat
)

Parameters

msg
Type: SystemString
消息
url
Type: SystemString
URL
msgFormat
Type: SystemObject
消息格式化串
See Also