表单中隐藏的字段怎样赋值?(100)

  • 主题发起人 主题发起人 cgqok
  • 开始时间 开始时间
C

cgqok

Unregistered / Unconfirmed
GUEST, unregistred user!
有个表单的内容表单是这样的:<TD vAlign=top noWrap>内 容:</TD><TD><DIV style="HEIGHT: 226px"><SPAN id=editorInput><TEXTAREA id=textInput style="DISPLAY: none"></TEXTAREA></SPAN><DIV id=BdEditor_container_mz_2 style="POSITION: relative"><DIV id=unedit_layer_toolbar style="DISPLAY: none; FILTER: alpha(opacity=0); WIDTH: 520px; POSITION: absolute; HEIGHT: 24px; BACKGROUND-COLOR: #000000; opacity: 0"></DIV><DIV id=unedit_layer_content style="DISPLAY: none; FILTER: alpha(opacity=10); WIDTH: 520px; POSITION: absolute; TOP: 24px; HEIGHT: 201px; BACKGROUND-COLOR: #000000; opacity: 0.1"></DIV><IFRAME id=BdEditor_iframe_mz_2 style="WIDTH: 520px; HEIGHT: 225px" src="/tb/editor/Baidu/Editor/bdeditor.htm?hashCode=mz_2&amp;v=2.0" frameBorder=0 scrolling=no></IFRAME></DIV></DIV><DIV class=postError id=coError></DIV></TD> 在EmbeddedWB中怎样才能给textInput字段赋值呢?
 
高手顶起
 
IHtmlElement.setAttribute("value",v);
 
后退
顶部