VBScript上ajax傳輸完整攻略

2021-06-28 20:14:10 字數 1334 閱讀 2539

01

01

02sdata ="inserttype=i5&codesend=&dept_name=&wordsend=&prim_unit_fk1=&subjects=&createdate="

03codesend = request("codesend")

04dept_name = request("dept_name")

05wordsend = request("wordsend")

06prim_unit_fk1 = request("prim_unit_fk1")

07subjects = request("subjects")

08createdate = request("createdate")

09sdata =formatstr(sdata,array(codesend,dept_name,wordsend,prim_unit_fk1,subjects,createdate))

10response.charset="big5"'這很重要不然回傳還是會產生亂碼

畫面上是編碼後結果,彈出畫面是回傳結果,正常無亂碼,有此可證post會自動幫我們解碼,真是貼心阿 !但輸出要記得指定網頁編碼,這樣就可以萬無一失了^^

IBM指南 Ajax的傳輸方式

ibm剛剛發布了乙個ajax傳輸方式的指南,其中談到了使用三種方式xmlhttp,script tags,and frames or iframes。對於這三種模式,作者最欣賞script tags,它的裝載過程是這樣的 文中還提到了ajax傳輸資料的三種形式text,html,xml,json 我...

IBM指南 Ajax的傳輸方式

ibm剛剛發布了乙個ajax傳輸方式的指南,其中談到了使用三種方式xmlhttp,script tags,and frames or iframes。對於這三種模式,作者最欣賞script tags,它的裝載過程是這樣的 文中還提到了ajax傳輸資料的三種形式text,html,xml,json 我...

IBM指南 Ajax的傳輸方式

ibm剛剛發布了乙個ajax傳輸方式的指南,其中談到了使用三種方式xmlhttp,script tags,and frames or iframes。對於這三種模式,作者最欣賞script tags,它的裝載過程是這樣的 文中還提到了ajax傳輸資料的三種形式text,html,xml,json 我...