[jQuery] Re: changing the adressbar with javascript

2007-10-18 Thread Sean O
For obvious security reasons you (thankfully) cannot "fake" the address bar field using JavaScript. Scammers & spammers would have a field day with that. You can, as Jonathan mentioned, update it using hashes. See the history plugin: http://stilbuero.de/jquery/history/ SEAN O _ ht

[jQuery] Re: changing the adressbar with javascript

2007-10-18 Thread Jonathan Sharp
You can use hashes (url.php#hash) which won't reload the page. -js On 10/18/07, Simpel <[EMAIL PROTECTED]> wrote: > > > Hi > > I'm almost certain that this one is impossible but maybe someone out > there has a solution > > We just released a site with a lot of ajax functions and now people >