当前位置: 代码迷 >> HTML/CSS >> HTML根本语法
  详细解决方案

HTML根本语法

热度:106   发布时间:2012-09-09 09:27:54.0
HTML基本语法
     空格  
         
    </table>    
    </tr> 
    </td>   
       <td align="left" colspan="3"></td>
       align 对齐方式 left right  center




window.open( "xxx.htm ", " ", "fullscreen ")  
这样就可以,但是是全屏的



为了防止异常退出,对关闭按钮做处理还是有点用的,用户都喜欢用X来关闭页面
可以在onbeforeonload事件中用returnValue   =   false;来提示用户.

location.href

关闭当前页面:top.v_closeCurrentTab();

style="border:solid 1px #56BFEC;"

<td style="white-space: normal;"> td中文字自动换行

<sv:codeMap name="stratgyType" codeType="SP_GLOBAL_STRATGY_TYPE"  attributes="onchange=queryData()"></sv:codeMap>
  相关解决方案