How to add subject to the email link
Right-click on the box below, then select the option, "select all", then right-click again and select "copy".
Paste this script in your email link
.
mailto:yourname@youraddress.com?subject=Write your subject here
|
Back
|
How to add color to the scroll bar
Right-click on the box below, then select the option, "select all", then right-click again and select "copy".
Paste this script into the body
of your document.
<style> <!-- BODY{ scrollbar-face-color:#294A5A; scrollbar-arrow-color:#FFFFFF; scrollbar-track-color:#4A5A5A; scrollbar-shadow-color:#5A6363; scrollbar-highlight-color:#5A6363; scrollbar-3dlight-color:#294242; scrollbar-darkshadow-Color:#294242; } --></style>
|
Back
|
How to add the silent no-right click script
Right-click on the box below, then select the option, "select all", then right-click again and select "copy".
Paste this script into the head
of your document and before the title.
<SCRIPT language="JavaScript"> <!-- //Disable right click script III- By Renigade (renigade@mediaone.net) //For full source code, visit http://www.dynamicdrive.com var message=""; /////////////////////////////////// function clickIE() {if (document.all) {(message);return false;}} function clickNS(e) {if (document.layers||(document.getElementById&&!document.all)) { if (e.which==2||e.which==3) {(message);return false;}}} if (document.layers) {document.captureEvents(Event.MOUSEDOWN);document.onmousedown=clickNS;} else{document.onmouseup=clickNS;document.oncontextmenu=clickIE;} document.oncontextmenu=new Function("return false") // --> </SCRIPT>
|
Back
|
How to add the no-right click script with a pop-up message
Right-click on the box below, then select the option, "select all", then right-click again and select "copy".
Paste this script into the body
of your document.
<SCRIPT LANGUAGE="JavaScript1.1"><!-- Original: Martin Webb (martin@irt.org) --><!-- This script and many more are available free online at --><!-- The JavaScript Source!! http://javascript.internet.com --><!-- Begin function right(e) { if (navigator.appName == 'Netscape' && (e.which == 3 || e.which == 2)) return false; else if (navigator.appName == 'Microsoft Internet Explorer' && (event.button == 2 || event.button == 3)) { alert("Function disabled. This is *not* Public Domain.\n\nContents and Web Page Design Copyright © Write your name here.\n\nThank you and enjoy your stay ! "); return false; } return true; } document.onmousedown=right; document.onmouseup=right; if (document.layers) window.captureEvents(Event.MOUSEDOWN); if (document.layers) window.captureEvents(Event.MOUSEUP); window.onmousedown=right; window.onmouseup=right; // End --></SCRIPT>
|
Back
|
How to add the no high-light script (disable text select)
Right-click on the box below, then select the option, "select all", then right-click again and select "copy".
Paste this script into the head
of your document and before the title.
<SCRIPT language="JavaScript1.2"> //Disable select-text script (IE4+, NS6+)- By Andy Scott //Exclusive permission granted to Dynamic Drive to feature script //Visit http://www.dynamicdrive.com for this script function disableselect(e){ return false } function reEnable(){ return true } //if IE4+ document.onselectstart=new Function ("return false") //if NS6 if (window.sidebar){ document.onmousedown=disableselect document.onclick=reEnable } </SCRIPT>
|
Back
|
How to add the IE6 tags
Right-click on the box below, then select the option, "select all", then right-click again and select "copy".
Paste this script into the head
of your document and before the title.
<META HTTP-EQUIV="imagetoolbar" CONTENT="no"> <META NAME="MSSmartTagsPreventParsing" CONTENT="TRUE">
|
Back
|
How to prevent people from saving images by draging it to be saved in the browser window
Right-click on the box below, then select the option, "select all", then right-click again and select "copy".
Write this script in the head of your document
.
<span oncontextmenu="return false;" ondragstart="return false";>
|
Back
|
How to make the triple backgrounds
Right-click on the box below, then select the option, "select all", then right-click again and select "copy".
Copy and paste this code in a new html document
.
<html> <head> <title>The Title of Your Page goes here</title> </head> <body background="background1.gif"> <br> <p><center><table width="90%" cellpadding=20 cellspacing=0 border=0 background="background2.gif"> <tr> <td width="100%"> <p><center><table width="100%" border=0 background="background3.gif"> <tr> <td width="100%">The Content of Your Page Goes Here </td> </tr> </table> </center> </td> </tr> </table> </center> </body> </html>
|
Back
|
How to place images in guest books
Right-click on the box below, then select the option, "select all", then right-click again and select "copy".
Write this script in the guest book after the message you wrote
.
<p align"center"><a href="http://www.yoururl.com"target="_blank"><img src="http://www.yoururl.com/name_of_the_folder_you_uploaded_the _image_to/yourimage.gif" border="0"></a></center>
|
Back
|
http:/www.irenescorner.com/home