moin!
das hier ist auf jeden fall auch flasch:
var myHandler = function()
{
if(this.blur)
{
this.blur();
}
};
window.onload = function()
{
// link mit id="bla" fokussieren
var toFocus = document.getElementById(window.location.hash.substr(1));
if (toFocus)
{
toFocus.focus();
// beim loesen der maustaste rahmen um link entfernen
for(var i=0;i<document.links.length;i++)
{
document.links[i].onmouseup = myHandler;
}
}
};
Error:
Problem at line 17 character 25: this is undefined
Implied global: window 9,12
:(
--
Shakespeare sagt: To be or not to be / Sartre sagt: To be is to do / Camus sagt: To do is to be / Sinatra singt: Do be do be do
Shakespeare sagt: To be or not to be / Sartre sagt: To be is to do / Camus sagt: To do is to be / Sinatra singt: Do be do be do