hidiho
hi.
function raus(this)
{
this.style.color='#123456';
this.style.border='100px';
}
<input type="text" name="test" size="40" onfocus="foo(this)">
aus der hüfte heraus geschossen, würde ich sagen:
function foo(bar){
bar.style.border="1px solid red";
}
lg /.\^/