Refresh button, set homepage, etc. HTML code
1 Refresh button
[color= #ffff00] Connect button [/color]
<button > Refresh </button>
[color= #ffff00] text [/color]<a href= "#" class= "CSS3" > Refresh </a>
[color= #ffff00] picture [/color]
2 Set Homepage
[color= #ffff00] button [/color]
<input type= "button" value= "Set as homepage" ><BR>
[color= #ffff00] text [/color]
<span
Http://www.7wind.net '/
"Target=_blank>http://www.7wind.net");
style= "Cursor:hand" > Set homepage </SPAN>
3 Adding to Favorite Folders
[color= #f7f709] button [/color]
<input type= "button" value= "Add to Favorites" >
[color= #ffff00] text [/color]
<span
Http://www.7wind.net '/"target=_blank>http://www.7wind.net ', ' Seven Colors Wind ')"
Style= "Cursor:hand" title= seven-color wind > Add to Favorites </span
4 Save page with "Save As" is forbidden
<no>
<iframe scr= "*.htm" ></iframe>
</no>
7[color= #ffff00] Useless right-click [/color]
Code hints: Copy the following code to <BODY>
< s C R I p t language=java>
function Click (e) {
if (document.all) {
if (event.button==2| | event.button==3) {
Oncontextmenu= ' return false ';
}
}
if (document.layers) {
if (E.which = = 3) {
Oncontextmenu= ' return false ';
}
}
}
if (document.layers) {
Document.captureevents (Event.mousedown);
}
Document.;
Document.oncontextmenu = new Function ("return false;")
</>
Refresh button, set homepage, etc. HTML code