Web/Javascript
막자,방지,
aucd29
2013. 9. 26. 21:30
<html>
<head>
<title>::: :::</title>
<meta http-equiv="Content-Type" content="text/html; charset=euc-kr">
</head>
<frameset rows="0,*" frameborder="NO" border="0" framespacing="0">
<frame name="top22" scrolling="NO" noresize src="mymenu.html" >
<frame name="main" scrolling="NO" noresize src="view_movie_top.html?view_id=<? echo "$view_id"; ?>">
</frameset>
<noframes><body bgcolor="#FFFFFF" text="#000000">
</body></noframes>
</html>
if(this == top) { // 막자.. ㅡ,.ㅡ;
window.location.href='/Testing/testing.php?nCategoryID=<?php echo $nCategoryID;?>&nParentID=<?php echo $nParentID;?>';
}