Re: How to retrieve values from the server without browser asking?
Posted By:
Robert_Lybarger
Posted On:
Monday, July 28, 2008 06:38 PM
In a word: no. The entire *point* of the web infrastructure is that the client always asks for something first. You can side-step this, to some degree, with a Java applet or something along that line running in the page, but the server cannot push html to any client w/o a request going in first.