|
2016-01-15 20:59
조회: 3,778
추천: 7
마격발사장치 Html 소스코드 공유
누군가 공유해주신 부분을 그냥 자기 아이디만 넣어서 공유해봅니다.,
본인 캐릭터 인벤토리 아래부분의 '마격 발사 장치' Html 코딩입니다.
아래 코드를 복사하신 후 붉은 부분을 본인 아이디로 바꾸시면 됩니다.
<!--
<DIV align=center><INPUT id=meu_inven_lasthit_search value=순금돼지><INPUT onclick="var nick=document.getElementById('meu_inven_lasthit_search').value;if(confirm(nick+'님께 마격 10방을 발사하시겠습니까?')){var url='l.php';var meui=0;function a(){meui++;var lastHitXmlObj = INVEN.Xml.create('POST', 'http://www.inven.co.kr/member/skill/casting_lasthit.xm'+url, true);var requestData = new Array();requestData['nick'] = nick;requestData['out'] = 'xml';lastHitXmlObj.print = b;lastHitXmlObj.request(requestData);};function b(xmlObj){var resultdata = xmlObj.responseXML.getElementsByTagName('resultdata')[0];var items = resultdata.getElementsByTagName('result');var n = items.length;for(var i=0; i<n; i++){var item = items[i];resultChar = item.getElementsByTagName('success')[0].firstChild.nodeValue;resultMessage = item.getElementsByTagName('message')[0].firstChild.nodeValue;}c(resultChar, resultMessage);};function c(resultChar, resultMessage){alert(resultMessage);if(meui<10 && resultChar > 0){a();}else{return false;}}a();};" type=button value="마격 10방 발사"></DIV>
-->
EXP
439,321
(20%)
/ 468,001
이니부자
당신의 선택이 당신의 인생을 좌우한다.!
얀테의 법칙 인간의 평등을 중시하는 북유럽에서 자식들에게 가르치는 기본교육. 또는 교육방식. 1. You are not to think you are anything special. 당신이 특별하다고 생각하지 마라. 2. You are not to think you are as good as us 당신이 남들만큼 좋은 사람이라고 생각하지 마라. 3. You are not to think you are smart than us. 당신이 남들보다 똑똑하다고 생각하지 마라. 4. You are not to convince yourself that you are better than us. 당신이 남들보다 더 낫다고 스스로 확신하지 마라. 5. You are not to think you know more than us. 당신이 남들보다 더 많이 안다고 생각하지 마라. 6. You are not to think you are more important than us. 당신이 남들보다 더 중요하다고 생각하지 마라. 7. You are not to think you are good at anything. 당신이 모든 것을 잘한다고 생각하지 마라. 8. You are not to laugh at us. 당신은 남들을 비웃지 마라. 9. You are not to think anyone cares about you. 누구도 당신에게 관심이 있다고 생각하지 마라. 10. You are not to think you can teach us anything.
|
순금돼지