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