关于IE函数使用的问题
遇到一个特殊的问题,以下为网页代码<form>
<input type=hidden id=gender_0 value="1">
<div id=udiv_0 style="border-bottom:1px dashed #ccc;padding:3px 5px;">
<a href="javascript:gotoUser(8254030);" class="sl">你好</a></div>
</form>
form表单没有设置名字,应该怎么写函数来读取input 的值呢,谢谢 你没看到它有ID的吗?!
id=gender_0
$o = _iegetobjbyID($oie, 'gender_0')
if isobj($o) then $o.value = '你想设置的值'
果然人才 果然人才
页:
[1]