以文本方式查看主题 - Foxtable(狐表) (http://foxtable.net/bbs/index.asp) -- 专家坐堂 (http://foxtable.net/bbs/list.asp?boardid=2) ---- 跳到指定网页 (http://foxtable.net/bbs/dispbbs.asp?boardid=2&id=171524) |
|
-- 作者:qazlinle6 -- 发布时间:2021/9/2 9:30:00 -- 跳到指定网页
|
|
-- 作者:有点蓝 -- 发布时间:2021/9/2 9:35:00 -- 到js里处理:http://www.foxtable.com/mobilehelp/topics/0106.htm function afterSubmit(result){
hide("tst1"); if (result==\'OK\') { show("tst2"); location="upload.htm"; } else{ show("tst3",2000); } } |