摘要: 代码Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--//动态生成表单functiongetNewSubmitForm(sid){//动态生成表单formvarsubmitForm=document.createElement("FORM");document.body.appendChild(submitForm);submitForm.id=sid;//表单的idsubmitForm.method="POST";//表单的提交方式submitFo 阅读全文
posted @ 2010-12-10 11:00 大江 阅读(212) 评论(0) 推荐(0) 编辑