01. Let the background picture not scroll
IE browser supports a Body property bgproperties, which allows the background to not scroll:
〈body background= "picture file" bgproperties= "fixed"
02. Make your Web page unable to save as
<noscript><iframe alt= Web page making tips 24 src=*></iframe></noscript>
03. Transparent the background of documents within the IFRAME framework
<iframe alt= Web page making tips 24 src= "about:<body style= ' background:transparent ' >" Allowtransparency></iframe >
04. No Right Key:
<body oncontextmenu="return false" ondragstart="return false" onselectstart ="return false" onselect="document.selection.empty()" oncopy="document.selection.empty()" onbeforecopy="return false"onmouseup="document.selection.empty()">
05. Automatically refresh immediately after entering the page?
<meta http-equiv= "Refresh" content= "120;url=http://www.wodutom.com/cn083" >
http://www.wodutom.com/cn083, this is your own web site.
06. Open the window is maximized
<script language="JavaScript">
<!-- Begin
self.moveTo(0,0)
self.resizeTo(screen.availWidth,screen.availHeight)
// End -->
</script>
07. Can you hide the iframe scroll bar? I know three ways:
1. Set the IFRAME scrolling= "no"
2. Included page body application Overflow:hidden
3. The body tag containing the page plus scroll= "No"