[Javascript] Keypress and a name jump

Nick Fitzsimons nick at nickfitz.co.uk
Fri Jan 5 11:46:24 CST 2007


On 5 Jan 2007, at 17:29:05, Nick Fitzsimons wrote:

>
>    if (key == "t") { self.location.href = "#thereUgo"; }
>

Oops, that should be

if (key == "t") { self.location.hash = "thereUgo"; }

Doh!

-- 
Nick Fitzsimons
http://www.nickfitz.co.uk/






More information about the Javascript mailing list