01
01
02
sdata =
"inserttype=i5&codesend=&dept_name=&wordsend=&prim_unit_fk1=&subjects=&createdate="
03
codesend = request(
"codesend"
)
04
dept_name = request(
"dept_name"
)
05
wordsend = request(
"wordsend"
)
06
prim_unit_fk1 = request(
"prim_unit_fk1"
)
07
subjects = request(
"subjects"
)
08
createdate = request(
"createdate"
)
09
sdata =formatstr(sdata,array(codesend,dept_name,wordsend,prim_unit_fk1,subjects,createdate))
10
response.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 我...