Right. Bad example on my part. How about if I want to pass a cookie from
page to page? Or some data called up from a database query?
V

On Wed, Sep 16, 2009 at 7:30 PM, Rami Chowdhury <rami.chowdh...@gmail.com>wrote:

>  I like to pass at least browser
>> information from page to page to make pages display properly.
>>
>
> What kind of web framework are you using? Most allow you to access the HTTP
> headers sent with a request -- in this case, what you'd be after is the
> 'User-Agent' header.
>
>
> On Wed, 16 Sep 2009 16:21:41 -0700, Victor Subervi <
> victorsube...@gmail.com> wrote:
>
> Hi;
>> Search engines don't like dynamic links. I like to pass at least browser
>> information from page to page to make pages display properly. Spiders
>> couldn't care less about asthetics, so that wouldn't matter to them. But
>> passing something like *.com?browser=IE5 trips the spider up. Is there a
>> way
>> to pass this variable without that and without using a form for every page
>> (which is not practical)?
>> TIA,
>> Victor
>>
>
>
>
> --
> Rami Chowdhury
> "Never attribute to malice that which can be attributed to stupidity" --
> Hanlon's Razor
> 408-597-7068 (US) / 07875-841-046 (UK) / 0189-245544 (BD)
>
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to