ajax報告申請新增

2022-09-08 03:15:07 字數 2602 閱讀 9093

$(

"#dlg

").dialog("

open

").dialog("

center

").dialog("

settitle

",'');//

''(二級頁面標題)

$("#fm").form("

clear");

$.ajax(,

cache :

false

,

async : false

, datatype :

"json",

success : function(data))

str + "";

document.getelementbyid(

"companynature

").innerhtml =str;

} , error:function(data)

});}/**

* 獲取字典資料

// list轉為json傳入前端

log.info(json);

// 取得流向jsp傳遞資料

response.setcontenttype("text/html;charset=utf-8");

response.getwriter().println(json);

response.reset();

} catch (exception e) finally catch (sqlexception e)

}return json;

}index.js

/** 提交報告申請基本資訊 **/

var projectnumber = $("#projectnumber").val();// 專案編號

var checkmonad = $("#checkmonad").val();// 受檢單位

var monadnature = $("#monadnature option:selected").val();// 單位性質

var ascriptionarea = $("#ascriptionarea option:selected").val();// 所屬區域

var checktype = $("#checktype option:selected").val();// 檢測型別

var money = $("#money").val();// 金額

$.ajax(,

cache : false,

async : false,

datatype : "text",

success : function(data) else if(data=="no")

}});

}

/*

* * 儲存附件(繳費通知、合同登記【word】)

*/public

void

files**er fs = new

files**er(request, response);

flindex flindex = new

flindex();

flindex.setxmbh(fs.getformfield(

"projectnumber

"));//

專案編號

flindex.setsjdw(fs.getformfield("

checkmonad

")); //

受檢單位

flindex.setdwxz(fs.getformfield("

monadnature

"));//

單位性質

flindex.setssqy(fs.getformfield("

ascriptionarea

"));//

所屬區域

flindex.setjclx(fs.getformfield("

checktype

"));//

檢測型別

flindex.setje(fs.getformfield("

money

"));//

金額 string typeid = request.getparameter("

typeid");

string flag = ""

;

try else

if (typeid.equals("

2"))

flindex.setdoc(doctable);

flag = "ok"

; }

catch

(exception e)

finally

}

ajax 動態新增控制項

首先使用ajax動態繫結資料。在給actioncolumn列賦值的時候使用innerhtml,為table寫入乙個新的元素 document.innerhtml 新元素 查詢按鈕 獲取內容 function query 至少有乙個選項不為空,就可以查詢 else 在下拉框中載入變數中資料 dg da...

新增 ajax 後的轉移問題

複製 c program files microsoft asp.net asp.net 2.0 ajax extensions v1.0.61025 此目錄下的 system.web.extensions.design.dll ajaxextensionstoolbox.dll system.we...

ajax資料請求時新增loading

首先在各位閱讀本篇部落格之前先宣告一下,因為我的 功底還不是很好,所以寫出來的 會比較零散,沒有嚴謹的邏輯,如果各位大佬發現了什麼需要修改的地方,歡迎各位大佬批評指教 抱拳 阿賈克斯在資料請求時新增動畫效果有乙個前提條件,就是要把非同步設定為真 非同步請求 因為ajax非同步的設定為假時瀏覽器的渲染...