Home
last modified time | relevance | path

Searched refs:anchorobj (Results 1 – 1 of 1) sorted by relevance

/plugin/anewssystem/
H A Ddropdowncontent.js31 show:function(anchorobj, subobj, e){ argument
32 if (!this.isContained(anchorobj, e) || (e && e.type=="click")){
116 var anchorobj=document.getElementById(anchorid)
117 if (anchorobj)
118 var subobj=document.getElementById(anchorobj.getAttribute("rel"))
119 if (!anchorobj || !subobj)
121 var subobjsource=anchorobj.getAttribute("rev")
123 this.ajaxconnect(subobjsource, anchorobj.getAttribute("rel"))
128 anchorobj.onmouseover=function(e){dropdowncontent.show(this, subobj, e)}
129 anchorobj.onmouseout=function(e){dropdowncontent.hide(subobj, subobj, e)}
[all …]