JSON WEB SERVER html

Simple iframe html that keeps input to the web page in a box. To test, copy the code, paste in notepad, save on the desktop as test.htm. Bouble click the test.htm file (OK/yes the warnings about running the page from the desktop) to open it in your browser. You can then toggle between the two inputs to the iframe box without refreshing the main page.

<HTML>
<HEAD>
<TITLE>Zoomkat's arduino test</TITLE>
</HEAD>
Zoomkat's arduino frame test 9/13/11




Get data from arduino:


|<a href="http://web.comporium.net/~shb/arduino.txt" target="DataBox" title="'arduino test'">Arduino</a>|
<a href="http://web.comporium.net/~shb/pix/slider1.jpg" target="DataBox" 
title="'Show a pix'">PIX!</a>|


<iframe src="http://web.comporium.net/~shb/arduino.txt" width="30%" height="200" name="DataBox">
</iframe>


</HTML>