Refresh button, set homepage, etc. HTML code

Source: Internet
Author: User

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

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.