http / browser help: changing url in location window
Bill McGonigle
bill at bfccomputing.com
Thu Feb 2 01:47:01 EST 2006
On Feb 1, 2006, at 14:22, Python wrote:
> Aha. You are suggesting that I stuff the form variables into the
> location URL. Then the GET would include the variables. It would be
> an
> ugly looking URL, but the path part would match the form.
How much data are we talking? If it's all multiple choice you can do
some great bitwise compression and have a tiny URL state path part.
Base 64 gets you six bits per character before compression. However,
if there's lots of freeform text you might overflow some buffers in
some browsers on the length of the URL.
-Bill
-----
Bill McGonigle, Owner Work: 603.448.4440
BFC Computing, LLC Home: 603.448.1668
bill at bfccomputing.com Cell: 603.252.2606
http://www.bfccomputing.com/ Page: 603.442.1833
Blog: http://blog.bfccomputing.com/
VCard: http://bfccomputing.com/vcard/bill.vcf
More information about the gnhlug-discuss
mailing list