Hi Sharat, > How do I communicate betwen an HTML page > having JavaScript and a PHP server code without > having to refresh the HTML page.
I don't think this is possible: once PHP has run (and sent your Javascript to the browser), it's finished - you can't use it again until the next time the page loads. If you want to do this sort of thing you're looking at a Java applet or something along those lines. Cheers Jon -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php