Please visit our sponsor
UNKNOWN //************************************** //HTML for :Disintegrate on load & unload //************************************** <!-- This isnt much javascript but it serves the same purpose --> <!-- Put this in==between your header tags --> <!-- The Code is Below --> <!-- Please Visit http://www.dev-center.com --> //************************************** // Name: Disintegrate on load & unload // Description:Makes you page disintegrate from & to the next page on load & unload // By: Demian Net // // // Inputs:None // // Returns:None // //Assumes:None // //Side Effects:None //This code is copyrighted and has limited warranties. //Please see http://www.Planet-Source-Code.com/xq/ASP/txtCodeId.1812/lngWId.2/qx/vb/scripts/ShowCode.htm //for details. //************************************** <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/> <meta http-equiv="Page-Enter" content="revealTrans(Duration=3.0,Transition=12)"> <meta http-equiv="Page-Exit" content="revealTrans(Duration=3.0,Transition=12)"> </head> <body> <a href="http://www.dev-center.com/">Dev-Center.com</a> </body> </html>