Spark web reloads itself every few seconds

hi all,

I have typical type of a problem,Im in urgent need for a solutiion, any help will be greatly appreciated.

I implemented Sparkweb in one server and my web application is in another server,

I call the sparkweb interace from an iframe the code is :

Everything works fine, except for one problem,the iframe/the sparkweb interface keeps refreshing every few seconds.

There is no other refresh script in my remaining codes, can any one please tell me what the problem is? or is there any other work around to bring the sparkweb interface to my application?

I am working with PHP

Thanks in advance

Ragesh

Thanks every one

I tweekd the code by commenting a line that is used to refresh the page each time.

function refreshPage(){
          //setTimeout("window.location.reload( false );", 10000)
     }

my be not the right way.., works for me.. :-)

Thanks
Ragesh