Hi,
I have 2 php scripts. Both have to query from Mysql. One is only output as values in columns, the other is using GD_Lib to print some curve for clients.
Because the data are updated in realtime. I wrote "auto reload" code by using java script as:
<body onLoad = "timerID = setTimeout (window.location.reload(),15000)">
to both of them to act a refresh per 15 second
the 1st one (show values in columns) runs well, but the other is strange. Everytime when it execute reload(). It appears a message box with OK & cacel button. Does there anyone know what the problem is???
thank you!!
regards,
albert