1.在submit时将iframeName.document.all.selectName.value的值赋到一个hidden-input里去,再提交form2.<select name=aaaa><option>fdsfdsafdsa</select><input type=checkbox onclick="document.all.aaaa.disabled=!this.checked" checked>3.<a id=100 herf="javascript:showFun(this);">
function showFun(obj)
{
document.formName.oneHiddenInputName.value=obj.id;
document.formName.submit();
}4.在自己的计算机上找jscript*.chm,应该可以找到jscript的帮助文件
同一个目录下,也有html的帮助文件。