- From: Jim Ley <jim@jibbering.com>
- Date: Thu, 17 Jan 2002 20:54:54 -0000
- To: "jonathan chetwynd" <j.chetwynd@btinternet.com>, <w3c-wai-ig@w3.org>
"jonathan chetwynd":
> Anyone care to comment on the following hack:
It's a hack :-)
This is probably a slightly better hack
function locus(e) {
el=null
e=e ? e : event;
if (e.srcElement) el=e.srcElement.id
else if (e.target) el=e.target.id
if (el) {
window.location="http://www.peepo.com/sounds/words/" +
el+".wav"
}
}
</script>
However I'm not so sure about using location to do this.
Jim.
Received on Thursday, 17 January 2002 15:56:52 UTC