716
734
2946
超级版主
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title> 通过数组下标引用对象 </title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> </head> <body> <form name="myForm"> Input your Name: <input type="text" name="myName" /><br /> Input your Address: <input type="text" name="myAddress" /><br /> </form> <form name="Domain"> Input Domain: <input type="text" name="OurDomain" /><br /> Input host: <input type="text" name="Ourhost" /><br /> </form> <script type="text/javascript" language="javascript"> <!-- window.document.forms[0].elements[0].value="easy"; window.document.forms[0].elements[1].value="road-1"; window.document.forms[1].elements[0].value="groad.net"; window.document.forms[1].elements[1].value="bbs"; --> </script> </body> </html>
您需要 登录 才可以下载或查看,没有帐号?立即注册
使用道具 举报
本版积分规则 发表回复 回帖后跳转到最后一页
小黑屋|手机版|Archiver|曲径通幽 ( 琼ICP备11001422号-1|公安备案:46900502000207 )
GMT+8, 2024-11-1 09:05 , Processed in 0.060370 second(s), 23 queries .
Powered by Discuz! X3.2
© 2001-2013 Comsenz Inc.