![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
Basics | Tables | Frames | ||||||||||||||||||||||||||||||||||||
HTML | Javascript | |||||||||||||||||||||||||||||||||||||
Fun Stuff | ||||||||||||||||||||||||||||||||||||||
Colors | DHTML | |||||||||||||||||||||||||||||||||||||
Javascript | ||||||||||||||||||||||||||||||||||||||
![]() |
||||||||||||||||||||||||||||||||||||||
-What is JavaScript? JavaScript is a programming language that originated with Netscape. It's very easy to use and makes your Web site more interactive to visitors. -What is Java? Introduced by Sun Microsystems in 1995, Java is a programming language that was designed for the internet environment. It can be used to write programs which can be embedded in your Web site. -What is the difference between JavaScript and Java? Java creates standalone applications, like applets, JavaScript does not. JavaScript was developed to interact with the HTML of a Web site. On my pages labeled "Java" all of the examples are JavaScript, with the exception of the Java Applets in section 3 and the hover buttons in Section 2. |
||||||||||||||||||||||||||||||||||||||
How do I make a trailing cursor with text? This is a REALLY awesome script that makes any word, phrase or sentence you pick follow your cursor. You can even pick which font and font color you would like. Add this tag in your head tag, making sure you substitute your message and your font name and color. | ||||||||||||||||||||||||||||||||||||||
Next you have to add this tag in the body section of your page: | ||||||||||||||||||||||||||||||||||||||
Next you have to add this tag RIGHT AFTER the body tag: | ||||||||||||||||||||||||||||||||||||||
And your DONE! | ||||||||||||||||||||||||||||||||||||||
How do I disable the right click? The following script will disable the right click on your page (this script is provided here with written permission from the author). When someone right clicks to save an image off your page, a message will come up letting people know that your information is copyrighted. This script only works on the newer browsers, and it's not foolproof. If someone really wants something from your page they can find ways around it, but at least it's a warning to people who want to take your graphics. Just copy and paste the following code, and make sure it comes right after your <head> tag: | ||||||||||||||||||||||||||||||||||||||
You can disable the right click without an alert by copying and pasting the following javascript in your <head> tag: | ||||||||||||||||||||||||||||||||||||||
How do I disable all clicks? The following script will disable all clicks on your page. This is not foolproof, of course nothing is ;) Just copy and paste the following code, and make sure it comes right after your <head> tag: | ||||||||||||||||||||||||||||||||||||||