I have IE7 at work ... so for me the script is not working as it is ... although it works fine in FF3.5 +
... , ....
<dl class="selectboxs" style="width:74px;" onclick="this.down('dd').toggle()">
<dl class="selectboxs" style="width:74px;" onclick="$(this).down('dd').toggle()">
$, . , , , .
, $() id.. .. .
function addMessenger(id)
{
$(id).insert({after:'<div>' + $(id).innerHTML + '</div>'});
return false;
}
inline js, , , - ? , JT/prototype ?