This is a group for folks designing and programming embedded systems using the Rabbit Semiconductor C-programmable microcontroller. Rabbit Semi is a spin-off from Z-World who makes a variety of embedded modules and tools. This group is not affiliated with either Rabbit or Z-World, but is a user forum for sharing ideas, asking questions,
flaunting knowledge, and other typical user group stuff. The Rabbit is a powerful uC, supported by a full-featured C-compiler.
How can i show value that updates evey min on the WEB - mary_adly2003 - Oct 10 14:08:24 2008
I made a code that have a varible that inceremmnt every min so i need
that value to be shown in the web and it update it self without
refreshing the page .
becouse i try the refreshing page way it reload the whole page all
again and again
thank you
best regards
mary mekhael
------------------------------------

(You need to be a member of rabbit-semi -- send a blank email to rabbit-semi-subscribe@yahoogroups.com )
Re: How can i show value that updates evey min on the WEB - Steve Trigero - Oct 10 14:32:10 2008
One way of doing what you want is to create an invisible frame
and have that frame refresh itself at whatever rate you need.
Then use javascript in the invisible frame to update the variable(s)
in the visible frame(s) you want updated with each refresh. That
way you don't see the web page blinking all the time as it reloads
the page.
Steve
----- Original Message ----
From: mary_adly2003
To: r...@yahoogroups.com
Sent: Friday, October 10, 2008 11:08:04 AM
Subject: [rabbit-semi] How can i show value that updates evey min on the WEB
I made a code that have a varible that inceremmnt every min so i need
that value to be shown in the web and it update it self without
refreshing the page .
becouse i try the refreshing page way it reload the whole page all
again and again
thank you
best regards
mary mekhael

(You need to be a member of rabbit-semi -- send a blank email to rabbit-semi-subscribe@yahoogroups.com )Re: How can i show value that updates evey min on the WEB - mary_adly2003 - Oct 10 15:07:05 2008
thank you for your replying
wel my HTML page is SHTML page so ..you have nay idea of how to
write this code
and here is my code below for the SHTML page:
---------------------------------------------------------------------