Web based Jalousie control.

simple_ mc.html 486B

12345678910111213141516171819202122
  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
  2. "http://www.w3.org/TR/html4/loose.dtd">
  3. <html>
  4. <head>
  5. <title>simple control</title>
  6. </head>
  7. <body>
  8. <!-- menue -->
  9. <a href="index.html">[home]</a>
  10. <a href="mc.html">[simple control]</a>
  11. <a href="bs.html">[css control]</a>
  12. <br>
  13. <!-- links -->
  14. <a href="mc.html?IO1=up">Up</a><br>
  15. <a href="mc.html?IO1=stop">Stop</a><br>
  16. <a href="mc.html?IO1=down">Down </a><br>
  17. </body>
  18. </html>