读书人

HTML根本语法

发布时间: 2012-09-09 09:27:54 作者: rapoo

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>

读书人网 >CSS

热点推荐