Ethernet: Web page pulling info from arduino without reloading?

Simple iframe page obtaining info from my arduino (I'll leave the arduino on line for a while). To test, copy the code, paste in notepad, save on desktop as arduino.htm, then double click. You will probably get a warning about running a web page from the desktop, just click allow. This down loads the meta refresh page from my arduino and displays it in the frame box. The BOOM! shows how data input to the box can be easily switched to another source. Click the arduino/boom selections over the box to switch input.

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






Get data from arduino:



|<a href="http://zoomkat.no-ip.com:84/" target="DataBox" title="'SSC-32 

version'">Arduino</a>|


<a href="http://www.yourhtmlsource.com/examples/inlineframes3.html" target="DataBox" 

title="'Someone set us up the bomb'">BOOM!</a>|


 
<iframe src="http://zoomkat.no-ip.com:84/" width="30%" height="200" name="DataBox">
</iframe>



</HTML>