以文本方式查看主题

-  Foxtable(狐表)  (http://foxtable.com/bbs/index.asp)
--  专家坐堂  (http://foxtable.com/bbs/list.asp?boardid=2)
----  关于 wb.AddToast 的问题  (http://foxtable.com/bbs/dispbbs.asp?boardid=2&id=148058)

--  作者:km007
--  发布时间:2020/3/30 12:32:00
--  关于 wb.AddToast 的问题
wb.AddToast("","t1", "正在执行中",1).Visible = True 

……执行的网页代码

执行完毕,请问这里我如何将上面的提示关闭呢?



--  作者:有点蓝
--  发布时间:2020/3/30 13:56:00
--  
1、指定时间
with wb.AddToast("","t1", "正在执行中",1)
.Visible = True 
.msec=2000
end with
2、调用js关闭
wb.AppendHTML("<script>hide("tst1");</script>")