Subj : Re: JavaScript HTTP communication? To : netscape.public.mozilla.jseng From : "Andrew Fedoniouk" Date : Sun Mar 09 2003 01:16 am Rough idea: 1. Somwhere in script on your app html page define: function myFuncRequestCallback(answerFromServer) { ... } This procedure will receive answer from the server. 2. In html define invisible