document.all 只在 IE 下有效 ... 不推荐使用 ...document.all.xxx.value 的确可以获得 xxx 的值 ...例子 ...Button
就直接在form里面写action="b.asp?xxx=xxx"呀!在method里写post你写的document这样可以呀~