01.讓背景圖不滾動
IE瀏覽器支持一個 Body 屬性 bgproperties,它可以讓背景不滾動:
〈Body Background="圖片文件" bgproperties="fixed"〉
02.讓你的網(wǎng)頁無法另存為
<noscript><iframe src=*></iframe></noscript>
03.讓IFRAME框架內(nèi)的文檔的背景透明
<iframe src="about:<body style='background:transparent'>" allowtransparency></iframe>
04.禁止右鍵:
?。糱ody oncontextmenu="return false" ondragstart="return false" onselectstart ="return false" onselect="document.selection.empty()" oncopy="document.selection.empty()" onbeforecopy="return false"onmouseup="document.selection.empty()">
也可用javascript
<SCRIPT language=javascript>
function click() {
if (event.button==2) {
alert('感謝您的關(guān)注與支持!')
}
}
document.onmousedown=click
</SCRIPT>
05.進(jìn)入頁面后立即自動刷新?
?。糾eta http-equiv="refresh" content="120;url=cn083">
,這是你自己的網(wǎng)址。
06.打開窗口即更大化
<script language="javascript">
?。?-- Begin
self.moveTo(0,0)
self.resizeTo(screen.availWidth,screen.availHeight)
// End -->
?。?script>
07.能隱藏IFRAME的滾動條嗎?我知道的三種方法:
1. 設(shè)置iframe scrolling="no"
2. 被包含頁body應(yīng)用overflow:hidden
3. 被包含頁的body標(biāo)簽加scroll="no"
08.加入背景音樂
?。糱gsound src="mid/windblue[1].mid" loop="-1"> 只適用于IE <embed src="music.mid" autostart="true" loop="true" hidden="true"> 對Netscape ,IE 都適用
09.嵌入網(wǎng)頁
<iframe name="tt" src="01a.html" scrolling="Auto" frameborder="0"></iframe>
10.跳轉(zhuǎn)
?。糾eta http-equiv="refresh" content="3;URL=list.htm">
網(wǎng)頁制作的10個經(jīng)典技巧,與大家多多交流。
查看更多寧波網(wǎng)站制作公司網(wǎng)頁制作技巧經(jīng)典