|
作者: leomisery [leomisery] 论坛用户 | 登录 |
请问java scrip中的表单中输入的数据怎么传递给java script程序啊? 我做一个加法器 先建立3个表单 两个输入加数 然后用=键操作函数onClick事件 然后在最后的表单中显示出来 怎么做啊? -------------------------------------------------------------------------------- 作者:cuihy 回复:2004-2-27 22:24:49 你是哪个班的?以920登录看不出你是哪位?用过什么教材?一般书上都有的。 参考本网站:[jxyd][实例][教材][web程序设计][3章脚本语言][简易计算器设计] 有源代码和运行效果 -------------------------------------------------------------------------------- 作者:920 回复:2004-2-28 12:28:40 书上的例子数字全部都显示在一个表格框里, 不行的 我要的是3个,两个显示加数,一个显示结果,还有一个“=”button执行加的操作 怎么把我输的数字传给函数让它计算呢??? 怎么把我在网页上输的数字,赋值给函数呢??? -------------------------------------------------------------------------------- 作者:920 回复:2004-2-28 12:30:28 <script language="JavaScript"> function add(){ var sum; var a=document.form1.add1.value; var b=document.form2.add2.value; sum=a+b; return sum; } function give(){ var a=document.form1.add1.value; } function giveb(){ var b=document.form2.add2.value; } </script> <body> <form name="form1" > <input type="text" name="add1" value=""><br> <input type="button" name="give1" onClick="give()"><br> <form name="form2" > <input type="text" name="add2" value=""><br> <input type="button" name="give2" onClick="giveb()"><br> <input type="button" onClick="add()" value="="><br> <form name="form3" > <input type="text" name="sum" value="sum"><br> -------------------------------------------------------------------------------- 作者:920 回复:2004-2-28 12:30:28 <script language="JavaScript"> function add(){ var sum; var a=document.form1.add1.value; var b=document.form2.add2.value; sum=a+b; return sum; } function give(){ var a=document.form1.add1.value; } function giveb(){ var b=document.form2.add2.value; } </script> <body> <form name="form1" > <input type="text" name="add1" value=""><br> <input type="button" name="give1" onClick="give()"><br> <form name="form2" > <input type="text" name="add2" value=""><br> <input type="button" name="give2" onClick="giveb()"><br> <input type="button" onClick="add()" value="="><br> <form name="form3" > <input type="text" name="sum" value="sum"><br> -------------------------------------------------------------------------------- 作者:920 回复:2004-2-28 12:34:34 <body> <form name="form1" > <input type="text" name="add1" value=""><br> <input type="button" name="give1" "><br> <form name="form2" > <input type="text" name="add2" value=""><br> <input type="button" name="give2""><br> <input type="button" value="="><br> <form name="form3" > <input type="text" name="sum" value="sum"><br> -------------------------------------------------------------------------------- 作者:920 回复:2004-2-28 12:35:11 就是楼上的哪个样式啊 怎么半呢? |
地主 发表时间: 04-02-28 12:54 |
回复: wlbyyh [wlbyyh] 论坛用户 | 登录 |
如果用ASP做就简单啦。 |
B1层 发表时间: 04-03-20 09:42 |
回复: wlbyyh [wlbyyh] 论坛用户 | 登录 |
如果你知道innerText这个函数的用法的话,这做起来很简单的啊。看看这个函数的用法吧。用来在表格中插入数据的,我也今天才知道。嘿嘿! |
B2层 发表时间: 04-03-20 15:43 |
|
20CN网络安全小组版权所有
Copyright © 2000-2010 20CN Security Group. All Rights Reserved.
论坛程序编写:NetDemon
粤ICP备05087286号