Re: [Tutor] Query String

2013-02-19 Thread Alan Gauld
On 19/02/13 11:35, eryksun wrote: On Tue, Feb 19, 2013 at 4:14 AM, Alan Gauld wrote: https://www.google.co.uk/#hl=en Just to clarify, using a fragment (#) like that isn't a standard query. Yes I noticed the anomaly but I chose that particular query for a reason :-) -- Alan G Author of th

Re: [Tutor] Query String

2013-02-19 Thread eryksun
On Tue, Feb 19, 2013 at 4:14 AM, Alan Gauld wrote: > > https://www.google.co.uk/#hl=en Just to clarify, using a fragment (#) like that isn't a standard query. It's a JavaScript trick for manipulating browser history based on location.hash, so one can do AJAX page refreshes without breaking the ba

Re: [Tutor] Query String

2013-02-19 Thread Sunil Tech
Thank you Alan. On Tue, Feb 19, 2013 at 2:44 PM, Alan Gauld wrote: > On 19/02/13 07:30, Sunil Tech wrote: > >> >> Here i request, can you tell me what is Query String with some examples? >> > > It depends on the context but I suspect you mean in the context of a web > app? In that case a quer

Re: [Tutor] Query String

2013-02-19 Thread Alan Gauld
On 19/02/13 07:30, Sunil Tech wrote: Here i request, can you tell me what is Query String with some examples? It depends on the context but I suspect you mean in the context of a web app? In that case a query string is the bit at the end of a URL that includes the search parameters etc. Thus

[Tutor] Query String

2013-02-18 Thread Sunil Tech
Hi All, I thank you all, for all the responses. & teaching us to learn Python. Here i request, can you tell me what is Query String with some examples? ___ Tutor maillist - Tutor@python.org To unsubscribe or change subscription options: http://mail.py