Nathan Strutz wrote:
> Your best bet is to do some javascript.

Javascript is not the right tool for this job. HTTP statuscode 
204 "No Content" has been assigned specifically for this purpose:

<quote>
10.2.5 204 No Content

    The server has fulfilled the request but does not need to 
return an
    entity-body, and might want to return updated 
metainformation. The
    response MAY include new or updated metainformation in the 
form of
    entity-headers, which if present SHOULD be associated with the
    requested variant.

    If the client is a user agent, it SHOULD NOT change its 
document view
    from that which caused the request to be sent. This response is
    primarily intended to allow input for actions to take place 
without
    causing a change to the user agent's active document view, 
although
    any new or updated metainformation SHOULD be applied to the 
document
    currently in the user agent's active view.

    The 204 response MUST NOT include a message-body, and thus is 
always
    terminated by the first empty line after the header fields.
</quote> RFC 2616, http://www.ietf.org/rfc/rfc2616.txt

Jochem

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:199828
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to