PDA

View Full Version : [Help Please] JavaScript / AJAX commands to check repeatedly?


abah05
11-30-2009, 09:27 PM
is there any command or ajax that Javascript is checked repeatedly to one or two variables without any command and without reloading the page...???

following example:

<html>
<body>

<!--- This section is repeated or changes automatically if the data is changed -->
My ID: 100
MyPhone: 123456
<!-- End -->

<!-- This section does not change data -->
<img src=image.jpg>
<!-- done -->

</ body>
</ html>


thanks before

rnd me
12-01-2009, 12:06 AM
where does the changing data live?