<body><script type="text/javascript"> function setAttributeOnload(object, attribute, val) { if(window.addEventListener) { window.addEventListener('load', function(){ object[attribute] = val; }, false); } else { window.attachEvent('onload', function(){ object[attribute] = val; }); } } </script> <div id="navbar-iframe-container"></div> <script type="text/javascript" src="https://apis.google.com/js/platform.js"></script> <script type="text/javascript"> gapi.load("gapi.iframes:gapi.iframes.style.bubble", function() { if (gapi.iframes && gapi.iframes.getContext) { gapi.iframes.getContext().openChild({ url: 'https://www.blogger.com/navbar.g?targetBlogID\x3d10921395\x26blogName\x3dJAVA+%26+Internet+Application+System+De...\x26publishMode\x3dPUBLISH_MODE_BLOGSPOT\x26navbarType\x3dBLACK\x26layoutType\x3dCLASSIC\x26searchRoot\x3dhttps://s9026234.blogspot.com/search\x26blogLocale\x3dzh_TW\x26v\x3d2\x26homepageUrl\x3dhttp://s9026234.blogspot.com/\x26vt\x3d826334064808440956', where: document.getElementById("navbar-iframe-container"), id: "navbar-iframe" }); } }); </script>

星期一, 5月 30, 2005

網際網路應用系統設計 作業八( 5/23 Homework)

GreaseMoney Script definition, if you don’t follow the rules, will unable to install.

This is the javascript to reload after 60s.


// ==UserScript==
// @name reload
// @namespace
// @description reload webpage after 60sec
// ==/UserScript==

(function()

{

setTimeout("document.location.reload()",60000);

})
();

0 Comments:

張貼留言

<< Home