- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
- "http://www.w3.org/TR/html4/loose.dtd">
- <html>
- <head>
- <title>simple control</title>
- </head>
-
- <body>
-
- <!-- menue -->
- <a href="index.html">[home]</a>
- <a href="mc.html">[simple control]</a>
- <a href="bs.html">[css control]</a>
- <br>
-
- <!-- links -->
- <a href="mc.html?IO1=up">Up</a><br>
- <a href="mc.html?IO1=stop">Stop</a><br>
- <a href="mc.html?IO1=down">Down </a><br>
- </body>
-
- </html>
|