1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
<table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td> </td> <td height="50" valign="bottom"><img src="../img/common/bot_menu.gif" width="615" height="39" border="0" usemap="#Map"></td> </tr> <tr> <td width="350"><img src="../img/index/temp_02.gif" width="350" height="165"></td> <td background="../img/index/temp_bg.gif"><img src="../img/index/temp_03.gif" width="615" height="165"></td> </tr> </table> <map name="Map"> <area shape="rect" coords="16,9,67,33" href="company.php"> <area shape="rect" coords="82,8,178,33" href="download.php"> <area shape="rect" coords="200,10,284,32" href="business.php"> <area shape="rect" coords="299,10,371,32" style="cursor:hand;" <? if( $_COOKIE[USERID] !== "" ){ echo "onClick=\"location.href = 'reseller.php'\"";} else{ echo "onClick=\"alert('·Î±×ÀÎ ÈÄ¿¡ ÀÌ¿ëÇϼ¼¿ä');\"";} ?> href="reseller.php"> <area shape="rect" coords="383,10,442,31" href="deal.php"> <area shape="rect" coords="455,10,528,32" href="shop.php"> <area shape="rect" coords="541,9,597,33" href="paper.php"> </map>
|