Hello,

FF>Can you not just set a cookie from the javascript itself, rather than
FF>having it redirect to a location which then has to read it from the
FF>query string and set the cookie. Saves you one step, if it's possible
FF>to set the cookie directly from the javascript (which it seems like
FF>should be possible, but I don't know for sure).

This is indeed possible and will save you a step. It also avoids the issue
of setting a cookie in a redirect.

    http://www.mozilla.org/docs/dom/domref/dom_doc_ref10.html#1003548

Humbly,

Andrew

----------------------------------------------------------------------
Andrew Ho               http://www.tellme.com/       [EMAIL PROTECTED]
Engineer                   [EMAIL PROTECTED]          Voice 650-930-9062
Tellme Networks, Inc.       1-800-555-TELL            Fax 650-930-9101
----------------------------------------------------------------------

Reply via email to