以文本方式查看主题

-  Foxtable(狐表)  (http://www.foxtable.com/bbs/index.asp)
--  专家坐堂  (http://www.foxtable.com/bbs/list.asp?boardid=2)
----  提交后返回原来页面  (http://www.foxtable.com/bbs/dispbbs.asp?boardid=2&id=173815)

--  作者:aidimeng
--  发布时间:2021/12/17 13:43:00
--  提交后返回原来页面
 下载信息  [文件大小:   下载次数: ]
图片点击可在新窗口打开查看点击浏览该文件:新建文本文档.txt

.Add("btn1", "确定", E.Path & "?gs=1&bh="& bh) 
脚本
function validit(){
    var result=submitAjaxFileds("valid.htm","","设备编号","维护内容","维护日期",false);
    if(result=="OK"){
        return true;
    }
    else{
        showTopTips("toptip1",result,2500);
        return false;
    }
}
地址 http://192.168.180.177:1234/List.htm?gs=1&bh=ZLHZ0079

--  作者:有点蓝
--  发布时间:2021/12/17 14:01:00
--  
必须调用js提交,比如

.Add("btn1", "确定",
"button").Attribute= "onclick=\'myfunction()\'"