JavaScript special seismic effects
<Html> <body> <script language = "JavaScript"> function surfto (form) {var myindex = form. select1.selectedIndex if (form. select1.options [myindex]. value! = Null) {parent. main. location. href = form. select1.options [myindex]. value ;}} script // This JS Code indicates the current page's browser earthquake // <script language = "JavaScript"> function shake (n) {if (window. top. moveBy) {for (I = 10; I> 0; I --) {for (j = n; j> 0; j --) {window. top. moveBy (0, I); window. top. moveBy (I, 0); window. top. moveBy (0,-I); window. top. moveBy (-I, 0) ;}} alert ("Ah ~~ Earthquake! No ~~ Scared? ^ _ * "); // Set the playful text displayed after the earthquake (as needed) //} script <script language = "JavaScript"> function moyamoya (htmlfile) {parent. main. location. href = htmlfile;} click script ~~ :-) </Body> </ptml>
[Ctrl + A select all Note: If you need to introduce external Js, You need to refresh it to execute]