2009-07-01から1ヶ月間の記事一覧
//_______________________________________ //Enterキーでフォームを移動する //_______________________________________ //@cc_on @set @V = (@_jscript_version >= 5.5) (function (Listener) { document./*@if (@V) attachEvent('on' + @else@*/ addEve…
<html lang="ja"> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <style type="text/css"> </meta></head></html>
<title>エンターキーで、次のフォームに移動してみる</title> <body> <form action="#" method="post"> <p id="q1"><input type="text" name="a0"></p> <p id="q2"> <input type="radio" name="a1">abc <input type="hidden" value="abc"> <input type="radio" name="a1">def </p> </form></body>
<title>はじっこにいすわる3</title> <style type="text/css"> #a { height:3000px; } </style> <div id="a"></div> <div id="menu1"> <a href="#top">Top</a></div> <script type="text/javascript"> //@cc_on function Decorator (al…
//@cc_on function Decorator (alpha) { //@ this.filter = 'Alpha(opacity=' + alpha + ')'; this.opacity = alpha / 100 + ''; } function Starter (callbackfn) { this.timerID = (function (o) { return setInterval(function () { return callbackfn.ca…