<p id=oMxh>测试!</p>
<script>
document.all.oMxh.style.cursor='hand'
</script>

解决方案 »

  1.   

    <input type=button style="cursor:hand" value=test>
      

  2.   

    你直接修改按钮的 cursor 类型不是更简单吗?
      

  3.   

    我是在一个frame里单击了一个按钮后,改变鼠标在另一个frame内的形状,
    我开始写的时候,没有用 '
    顺便问一下
    我的frame里只有一个svg
    我怎样在parent里的script里的到这个embed呢
      

  4.   

    test.htm
    ==========
    <input type=button onclick="parent.oMxh.mxh.style.cursor='hand'" value="chang it">
    <iframe src="a.htm" id=oMxh height=100></iframe>a.htm
    ==============
    <body id=mxh style="cursor:normal">
      

  5.   

    可能embed不支持这个style,我至今没有实现
    不过还是谢谢你了!