[jQuery] Re: URL redirect

2009-07-30 Thread Anush Shetty
On Thu, Jul 30, 2009 at 9:26 PM, waseem sabjee wrote: > var url = "?car.php?id=53"; > top.location = url; > Thanks. Got it - Anush

[jQuery] Re: URL redirect

2009-07-30 Thread waseem sabjee
var url = "?car.php?id=53"; top.location = url; On Thu, Jul 30, 2009 at 5:53 PM, anush wrote: > > Hi, > > I have an input text field with city names which uses the jquery > autocomplete plugin. > > Now I would like to redirect the page when a city is selected. Can you > anybody tell me how I cou

[jQuery] Re: URL redirect

2009-07-30 Thread Michael Lawson
document.location.href= "url"; would that work for you? cheers Michael Lawson Development Lead, Global Solutions, ibm.com Phone: 1-276-206-8393 E-mail: mjlaw...@us.ibm.com 'Whether one believes in a religion or not, and whether one believes in rebirth or not, there isn't anyone who doesn't ap