用javascript做计算器,怎么把按钮的值显示在表单的文本域里啊?
2个回答
展开全部
window.onload=function()
{
varotext1=document.getElementById("text1")
varotext2=document.getElementById('text2')
varotext3=document.getElementById('text3')
varobut=document.getElementById('but')
varobut2=document.getElementById('but2')
varobut3=document.getElementById('but3')
varobut4=document.getElementById('but4')
varobut5=document.getElementById("but5")
otext1.onclick=function()
{
otext1.value=''
}
otext2.onclick=function()
{
otext2.value=''
}
obut.onclick=function()
{
otext3.value=parseInt(otext1.value)+parseInt(otext2.value);
if(isNaN(otext3.value))
{
alert('您输入的不是数字')
}
else
{
}
}
obut2.onclick=function()
{
otext3.value=parseInt(otext1.value)-parseInt(otext2.value);
if(isNaN(otext3.value))
{
alert('输入数字了')
}
}
obut3.onclick=function()
{
otext3.value=parseInt(otext1.value)/parseInt(otext2.value);
if(isNaN(otext3.value))
{
alert('输入数字了')
}
}
obut4.onclick=function()
{
otext3.value=parseInt(otext1.value)*parseInt(otext2.value);
if(isNaN(otext3.value))
{
alert('输入数字')
}
}
obut5.onclick=function()
{
otext1.value='请输入数字'
otext2.value='请输入数字'
otext3.value='这里显示结果'
}
}
{
varotext1=document.getElementById("text1")
varotext2=document.getElementById('text2')
varotext3=document.getElementById('text3')
varobut=document.getElementById('but')
varobut2=document.getElementById('but2')
varobut3=document.getElementById('but3')
varobut4=document.getElementById('but4')
varobut5=document.getElementById("but5")
otext1.onclick=function()
{
otext1.value=''
}
otext2.onclick=function()
{
otext2.value=''
}
obut.onclick=function()
{
otext3.value=parseInt(otext1.value)+parseInt(otext2.value);
if(isNaN(otext3.value))
{
alert('您输入的不是数字')
}
else
{
}
}
obut2.onclick=function()
{
otext3.value=parseInt(otext1.value)-parseInt(otext2.value);
if(isNaN(otext3.value))
{
alert('输入数字了')
}
}
obut3.onclick=function()
{
otext3.value=parseInt(otext1.value)/parseInt(otext2.value);
if(isNaN(otext3.value))
{
alert('输入数字了')
}
}
obut4.onclick=function()
{
otext3.value=parseInt(otext1.value)*parseInt(otext2.value);
if(isNaN(otext3.value))
{
alert('输入数字')
}
}
obut5.onclick=function()
{
otext1.value='请输入数字'
otext2.value='请输入数字'
otext3.value='这里显示结果'
}
}
追问
那个……没看懂……我是菜鸟 特菜的那种…… 能解释下么……? 我想要的是那种 button的……谢谢……
追答
otext3.value=parseInt(otext1.value)/parseInt(otext2.value);
but.onclick=function{}这个就是button值显示在表单的文本域
本回答被提问者和网友采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询