이 녀석들을 어떻게 수정해야 FF한테 칭찬을 받을 수 있을까요?ㅡ.ㅡ;
Code: Select all
에러: syntax error
소스 파일: http://www.mattube.com/hamil/
행: 24
소스 코드:
</script>
Code: Select all
에러: pop is not defined
소스 파일: javascript:pop('./main_ko.asp','name','774','590','no')
행: 1
Code: Select all
에러: pop is not defined
소스 파일: javascript:pop('./main_en.asp','name','774','590','no')
행: 1
Code: Select all
에러: pop is not defined
소스 파일: javascript:pop('http://www.sonyejin.org','name','774','590','no')
행: 1
Code: Select all
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>M@TUBE-SONYEJIN</title>
<meta http-equiv="Content-Type" content="text/html; charset=euc-kr">
<link href="../image/css/cms.css" rel="stylesheet" type="text/css">
<link href="../image/hamil/css/syj.css" rel="stylesheet" type="text/css">
<SCRIPT LANGUAGE="JavaScript">
<!--
var win= null;
function pop(mypage,myname,w,h,scroll){
var winl = (screen.width-w)/2-10;
var wint = (screen.height-h)/2-27;
var settings ='height='+h+',';
settings +='width='+w+',';
settings +='top='+wint+',';
settings +='left='+winl+',';
settings +='scrollbars='+scroll+',';
settings +='resizable=no';
win=window.open(mypage,myname,settings);
if(parseInt(navigator.appVersion) >= 4){win.window.focus();}
}
</script>
<script language="JavaScript">
function MM_reloadPage(init) { //reloads the window if Nav4 resized
if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) {
document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }}
else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();
}
</script>
</head>
<body leftmargin="0" topmargin="0" marginwidth="0" marginheight="0" onload="MM_reloadPage(true);">
<table width="100%" height="100%" border="0" cellpadding="00" cellspacing="0">
<tr>
<td align="center" valign="middle"><img src="../image/hamil/index.jpg" width="423" height="403" border="0" usemap="#Map">
<map name="Map">
<area shape="rect" coords="257,362,343,399" href="javascript:pop('http://www.sonyejin.org','name','774','590','no')">
<area shape="rect" coords="85,362,171,399" href="javascript:pop('./main_ko.asp','name','774','590','no')">
<area shape="rect" coords="169,362,257,399" href="javascript:pop('./main_en.asp','name','774','590','no')">
</map></td>
</tr>
</table>
</body>
</html>
아니면 영문 페이지를 빼버리던지..-_-