为了账号安全,请及时绑定邮箱和手机立即绑定

为什么光标移至按钮上时没有变成手型

<!DOCTYPE html>

<html>

 <head>

  <title> new document </title>  

  <meta http-equiv="Content-Type" content="text/html; charset=gbk"/>   

  <script type="text/javascript">

    function openWindow(){

        var mychar=confirm("Open the window?");

        if(mychar==true){

            var mywindow=prompt("Please write the website:","http://www.ipsousou.com/");

            if(mywindow!=null){

            window.open(mywindow,'_blank','width=400,height=500,menubar=no,toolbar=no');

            }

        }

    }

  </script> 

 </head> 

 <body> 

 <input name="button" type="button" onClick="openWindow()" value="新窗口打开网站"/> 

 </body>

</html>


正在回答

3 回答

加入style="cursor:pointer"    

<input name="button" type="button" onClick="openWindow()" value="新窗口打开网站" style="cursor:pointer"    /> 

0 回复 有任何疑惑可以回复我~
#1

weixin_慕移动4434633 提问者

非常感谢!
2016-11-20 回复 有任何疑惑可以回复我~

<input name="button" type="button" onClick="openWindow()" value="新窗口打开网站"style="cursor:pointer"/>  最后加一句这个

0 回复 有任何疑惑可以回复我~
#1

weixin_慕移动4434633 提问者

谢谢!
2016-11-20 回复 有任何疑惑可以回复我~
#2

格瑞普3941210 回复 weixin_慕移动4434633 提问者

不客气
2016-11-21 回复 有任何疑惑可以回复我~

<input style="cursor:pointer;" name="button" type="button" onClick="openWindow()" value="新窗口打开网站"/> 

0 回复 有任何疑惑可以回复我~
#1

weixin_慕移动4434633 提问者

谢谢!
2016-11-20 回复 有任何疑惑可以回复我~

举报

0/150
提交
取消

为什么光标移至按钮上时没有变成手型

我要回答 关注问题
意见反馈 帮助中心 APP下载
官方微信