Thực hiện : vào Javascript codes management tạo Javascript mới :
Title * : tùy ý
Placement : In all the pages
Javascript Code * :
Title * : tùy ý
Placement : In all the pages
Javascript Code * :
- Code:
function helpline(help) {
if (help.length < 5)
showtip(eval(help + "_help"));
else
showtip(help);
if (this.addEventListener) {
this.addEventListener("mouseout", function () {
hidetip();
}, false);
}
}
No Comment.