[Greasemonkey] Redirecting

Matt Sargent matt.sargent at earthlink.net
Thu Aug 10 19:00:59 EDT 2006


I just tested it, using Firefox 1.5.0.6 and Greasemonkey 0.6.5.20060727. It 
works fine with or without the ".href". 

On 10 Aug 2006 at 16:40, Saravanan wrote:

> >>One method is to use
> >>document.location = 'new ULR here';
> 
> This will not work. you have to use
> window.location.href = "http://example.com/";
> or
> document.location.href = "http://example.com/";
> 
> 
> See  Pitfall #7 in http://www.oreillynet.com/lpt/a/6257
> 
> Saravanan
> _______________________________________________
> Greasemonkey mailing list
> Greasemonkey at mozdev.org
> http://mozdev.org/mailman/listinfo/greasemonkey
> 




More information about the Greasemonkey mailing list