只能修改HTML的话,str_replace()

解决方案 »

  1.   

    <SPAN class="menu" id="_MBopenObj" title="Create a new Tip" onclick="window.execScript(action)" tabIndex="0" action="openObj()">
       <DIV class="mnuBtn"><IMG class="mnuBtn" src="/_imgs/icon.gif">New</DIV>
    </SPAN>
    <SPAN class="menu" id="_MBGridPrint" title="Print Preview" onclick="window.execScript(action)" tabIndex="1" action="Grid.Print();">
       <DIV class="mnuBtn"><IMG class="mnuBtn" src="/_imgs/ico/16_print.gif">Old</DIV>
    </SPAN>
    <input type="button" onclick="_MBopenObj.swapNode(_MBGridPrint)" value="Change" />