On Tue, Oct 7, 2008 at 9:27 PM, Dana <[EMAIL PROTECTED]> wrote: > Serious question-- > > browser requests > server responds > right?
If you're lucky, yes. Seriously: Browser issues a verb request (GET or POST), server replies with a response (200 in a normal successful request, 404 in a missing file, 500 in an internal server error, etc) and the body of the response. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;207172674;29440083;f Archive: http://www.houseoffusion.com/groups/cf-community/message.cfm/messageid:273000 Subscription: http://www.houseoffusion.com/groups/cf-community/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.5
