由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
BuildingWeb版 - Re: Interview question: How do you clear all the texboxes and dropdown
相关主题
Interview question: How do you clear all the texboxes and dropdown lists on a form?请看这个如何实现?
A question about onblur and onclick有没有photoshop熟的?
innerHtml的问题cgi,php,jsp求助,大侠帮帮俺这菜鸟吧
问个网页设计的小问题???inquiry about the online survey
layer question请教高手
Question on a dynaicmic dropdown请问用什么技术能实现在网页中直接显示PDF 文件,并象读一本书!
网站结构跟数据库结构有关系吗?What's easiest way to write formulas in a web page?
想找几个模板再问个JavaScript 网页上 Rendering的速度问题
相关话题的讨论汇总
话题: texboxes话题: interview话题: dropdown话题: clear话题: question
进入BuildingWeb版参与讨论
1 (共1页)
c*****t
发帖数: 1879
1
1. Use .value for input fields and set to ''.
2. For select, the code is browser dependent. So, the easiest way
is actually put the select box inside another container. Then,
to clear the entries, just replace .innerHTML w/ an empty selection
box.
1 (共1页)
进入BuildingWeb版参与讨论
相关主题
再问个JavaScript 网页上 Rendering的速度问题layer question
An entry-level questionQuestion on a dynaicmic dropdown
[转载] Per/CGI 表单:两类元素如何绑定?网站结构跟数据库结构有关系吗?
how to rotate the webblog archives想找几个模板
Interview question: How do you clear all the texboxes and dropdown lists on a form?请看这个如何实现?
A question about onblur and onclick有没有photoshop熟的?
innerHtml的问题cgi,php,jsp求助,大侠帮帮俺这菜鸟吧
问个网页设计的小问题???inquiry about the online survey
相关话题的讨论汇总
话题: texboxes话题: interview话题: dropdown话题: clear话题: question