admin.head.php javascript 오류

This commit is contained in:
whitedot
2012-11-01 11:55:54 +09:00
parent 1e82137bb1
commit ee6455e02e
2 changed files with 3 additions and 25 deletions

View File

@ -36,12 +36,8 @@ function print_menu2($key, $no)
?>
<script>
if (!g4_is_ie) document.captureEvents(Event.MOUSEMOVE)
document.onmousemove = getMouseXY;
var tempX = 0;
var tempY = 0;
var prevdiv = null;
var timerID = null;
function imageview(id, w, h)
{
@ -61,23 +57,6 @@ function imageview(id, w, h)
selectBoxHidden(id);
}
function help(id, left, top)
{
menu(id);
var el_id = document.getElementById(id);
//submenu = eval(name+".style");
submenu = el_id.style;
submenu.left = tempX - 50 + left;
submenu.top = tempY + 15 + top;
selectBoxVisible();
if (el_id.style.display != 'none')
selectBoxHidden(id);
}
// TEXTAREA 사이즈 변경
function textarea_size(fld, size)
{