»
EnglishFrenchVietnamese

Print - Reverse website - JavaScriptBank.com

Full version: jsB@nk » Funny » Reverse website
URL: https://www.javascriptbank.com/ngo-nghinh.html

Reverse website © JavaScriptBank.comWhen user drag mouse on JavaScript link then this JavaScript will rotate whole of the page with 1800.

Full version: jsB@nk » Funny » Reverse website
URL: https://www.javascriptbank.com/ngo-nghinh.html



JavaScript
<SCRIPT language=javaScript><!-- Beginning of JavaScript -function flipVertical() {if(document.all) {document.all.mainbody.style.filter="flipV()"var timer=setTimeout("flipHori()",3000)}}function flipHori() {document.all.mainbody.style.filter="flipH()"var timer=setTimeout("flipRestore()",3000)}function flipRestore() {history.go(0)}// - End of JavaScript - --></SCRIPT><!--    This script downloaded from www.JavaScriptBank.com    Come to view and download over 2000+ free javascript at www.JavaScriptBank.com-->


HTML
<DIV id=mainbody style="POSITION: absolute; VISIBILITY: visible; width: 100%;"></DIV><!--    This script downloaded from www.JavaScriptBank.com    Come to view and download over 2000+ free javascript at www.JavaScriptBank.com-->