Click to See Complete Forum and Search --> : text/javascript updating


MrTejanoUp
09-04-2005, 12:57 PM
I need help updating a code that pulls in data when the page is not loading. The problem is that the data updates every 3 mintues from a 3rd party website. I would like my visitors to be able to see the current data value without having to refresh the page.

I'm sure there is some type of timer that can make that script update by itself and not the entire page.

current script that just updates when page is loaded.

<script type="text/javascript" src="http://status.2stream.com/?id=63757&type=song"></script>

Thanks.

felgall
09-04-2005, 03:53 PM
That is Javascript, not Java. To attach Java into a web page you use the <object> tag not the <script> tag. If your code is javascript then you should ask in the Javascript forum.