View Full Version : Help Me --


XANGAbaby
07-24-2003, 07:10 AM
2 ques:

does anyone know the code for making the page fade, blinds, etc when entering or exiting?

does anyone know the code for when someone right clicks, the window shakes, then closes, and then a window with a message pops up?

i've been searching all day!!!

cute_angel10490
07-24-2003, 07:38 AM
1) http://www.dynamicdrive.com/dynamicindex3/document2.htm

2) Here's a code when you right click, it goes to another page:

<body oncontextmenu=`alert(" ") ;location.replace("/url Here");window.event.returnValue=false`>


HTH :)