Back to JS main page

BY:Jasper van Zandbeek
DATE:1996-08-29


COMMENTS:
Press stop when the background color changes. You can select the color in which the background changes. Try it! Test your response time! Press start and the background will change within 20 seconds!


Test your Response time! <body bgcolor=#ffffff text=#000000 link=#0000ff vlink=#0000ff><script> <!-- /* //--> <center> <table border=0> <tr> <td><a href="/~jasperz/index.html"><img src="/~jasperz/misc/b_home.gif" alt="[home]" border=0 width=97 height=43></a></td> <td><a href="/~jasperz/js/index.html"><img src="/~jasperz/misc/b_js.gif" alt="[javascript]" border=0 width=97 height=43></a></td> <td><a href="/~jasperz/js/response.html"><img src="/~jasperz/misc/r_resp.gif" alt="[response]" border=0 width=97 height=43></a></td> <td><a href="/~jasperz/js/memory/index.html"><img src="/~jasperz/misc/r_mem.gif" alt="[memory]" border=0 width=97 height=43></a></td> <td><a href="/~jasperz/js/puzzle/index.html"><img src="/~jasperz/misc/r_puz.gif" alt="[puzzle]" border=0 width=97 height=43></a></td> <td><a href="/~jasperz/js/hanoi.html"><img src="/~jasperz/misc/r_hanoi.gif" alt="[hanoi]" border=0 width=97 height=43></a></td> <td><a href="mailto:jasperz@stack.urc.tue.nl"><img src="/~jasperz/misc/b_mail.gif" alt="[mail me]" border=0 width=97 height=43></a></td> </tr> </table> </center> <!-- */ //--> </script> <p><center><h1>Test your Response time!</h1></center> <form name="response"> Change background color in: <select name="bgColorChange"> <option selected>deeppink <option>aliceblue <option>crimson <option>darkkhaki <option>cadetblue <option>darkorchid <option>coral <option>chocolate <option>mediumslateblue <option>tomato <option>darkslategray <option>limegreen <option>cornflowerblue <option>darkolivegreen </select> <input type="button" value="start" onClick="start()"> <input type="button" value="stop" onClick="stopTest()"> </form> </body>
If you want this script just choose "Save Frame As..." (in Netscape) when you have the focus on the frame.

URL: http://www.oocities.org/SiliconValley/7116/jv_resp.html