一个天气预报查询的iframe
作者:admin 日期:2006-07-29
嵌入网页比较有用:
<iframe border="0" frameborder="0" framespacing="0" height="185" width="100%" marginheight="0"
marginwidth="0" name="uploadfile" noresize scrolling="no"
src="http://www.leyan.net/index.php?show=weather" vspale="0">
</iframe>
<iframe border="0" frameborder="0" framespacing="0" height="185" width="100%" marginheight="0"
marginwidth="0" name="uploadfile" noresize scrolling="no"
src="http://www.leyan.net/index.php?show=weather" vspale="0">
</iframe>
Content-type 的说明
作者:admin 日期:2006-07-29
网页中的输入框神秘消失脚本
作者:admin 日期:2006-07-29
介绍一些好用的代码
作者:admin 日期:2006-07-29
-------------------------------------------------------------------------------------------------------------------------------------------------
1. oncontextmenu="window.event.returnvalue=false" 将彻底屏蔽鼠标右键
<table border oncontextmenu=return(false)><td>no</table> 可用于Table
2. <body onselectstart="return false"> 取消选取、防止复制
1. oncontextmenu="window.event.returnvalue=false" 将彻底屏蔽鼠标右键
<table border oncontextmenu=return(false)><td>no</table> 可用于Table
2. <body onselectstart="return false"> 取消选取、防止复制