admin.head.php javascript 오류
This commit is contained in:
@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user