somiok.com    

한국어
Mnet 들어가지 않고 로그인후 본인이 설정한 음악 바로듣는 소스 입니다.
. 로그인 하지 않으면 1분간만 실행됩니다. <!---여기서부터--> <html> <head> <title> Mnet 음악바로 실행 소스</title> <script language=javascript> function chkFrm(frm){ if (frm.userid.value == ""){ alert('아이디를 입력해 주세요.'); frm.userid.focus(); return (false); } if (frm.password.value == ""){ alert('패스워드를 입력해 주세요.'); frm.password.focus(); return (false); } //frm.target = "Action_Result"; frm.action = "http://member.mnet.com/Login/login_exe.asp" } function OnKeyPressTab(nextObj) { var e=event.keyCode if (e == 9) { nextObj.focus(); return false; } } </script> </head> <body onload="document.loginForm.userid.focus();" style="background:url(http://Img.mnet.com/www/top/images/common/body_bg.gif); background-repeat:repeat-x; background-position:top"> <form name="loginForm" method="post" onsubmit="return chkFrm(this)"> <input type="hidden" name="return_url" value="http://player.mnet.com/CJWebPlayer/CJWebPlayer.asp?songlist=1047745,400857,397298,397301,410641,1047743,410614,1047746,1053496,408507,410642,402939,409586,1047744,356280,356210,1047747,1047748,409583,410646,241350,366546,1047750,1047749,410645,1047752,380376,1047755,1047753,1047751,1047754,336970,410643,408523,1047756,410644,410649,410654,399900,340737,395178,376067,410652,409581,410651,1047758,1047757,396489,1047759,410647,397303,398986,397308,336855,328357,1047760,399985,331577,400829,238829,366556,397306,356453,1047763,393539,1047764,381508,1047762,409963,1047761,357137,363750,241013,35987,410047,1053256,409923,1053254,408601,1053253,401135,401159,1053255,1053257,407596,408795,409997,1055658,391079,408769,391077,391075,407591,1053260,1053258,1053263,1053259,407999,1053261,1053262,410359,398643,1053264,402684,401137,392810,407600,408945,410022,398639,391080,408848,1052736,408984,398838,390625,246266,399267,387403,409926,554075,390611,407593,391076,409924,406505,335125,395168,395170,398955,390619,401136,407592,407594,409925,391078,410602,402685,398938,1053347,390617,410528,387879,391084,391086,408986,407231,391081,398940,397278,369517,1053608,410609,396351,390623,401139,346120,346115,407599,369739,1047702,391082,370117,410033,401158,1055711,398011,1055672,315373,397150,399517,369735,402898,398945"> <!--인기 ost=100곡 인기가요=100곡 실행됨 & http://player.mnet.com/CJWebPlayer/CJWebPlayer.asp?songlist=(음번만 바꾸면 됩니다)">--> <tr> <td valign="top" align="center" background="http://img.mnet.com/utility/u14/bg02.gif"> <table width="260" border="0" cellpadding="0" cellspacing="0"> <tr> <td class="util_title21" align="left" height="27" valign="top" style="padding:8 0 0 0;" width="65">아이디</td> <td align="left" valign="top" style="padding:5 0 0 0;" width="125"><input type=text class=util_input10 name="userid" MaxLength=12 OnKeyDown="return OnKeyPressTab(loginForm.password);"></td> <td align="right" rowspan="2" valign="top" width="70" style="padding:3 0 0 0;"><input type="image" src="http://img.mnet.com/utility/u14/btn01.gif" onFocus="this.blur()"></td> </tr> <tr> <td class="util_title21" align="left" height="30" valign="top" style="padding:3 0 0 0;">비밀번호</td> <td align="left" valign="top"><input type=password class=util_input10 name="password" Maxlength=10></td> </tr> <tr> <td colspan="3" valign="top" style="padding:0 0 0 60;"><input type="radio" name="login_type" checked> <font style="vertical-align:2px;">일반접속</font>&nbsp;&nbsp;<input type="radio" name="login_type"> <font style="vertical-align:2px;">보안접속</font></td> </tr> </table> </td> </tr> </form> </body></html> <!---여기서까지 메모장에 붙혀 넣고 login.html 로저장(파일명은 아래 와 동일하면 됩니다)--> ============================여기 까지 복사 하여 login.html 로 저장==================================================== <!---여기서부터--> <script>window.open("login.html","_blank","width=260,height=100,statusbar=no,scrollbars=no,toolbar=no,top=0,left=585,resizable=0")</script> <!---여기서까지 Mnet_player.html 로저장--> =================================================================== 예: 파일1 = login.html (직접 실행해도 됩니다) 파일2 = Mnet_player.html (팝업창을 만들기 위함 없어도 됩니다) 만들어 같은 폴더 속에 저장 하고 Mnet_player.html 파일을 실행시키면 됩니다.