<br><div class="msgheader"> <div class="right"><span style="CURSOR: pointer" onclick="copycode(getid('phpcode35'));"><u>코드 복사</u></span></div>코드는 다음과 같습니다.</div> <div class="msgborder" id="phpcode35"> <br><!DOCTYPE HTML PUBLIC "-/ /W3C/ /DTD HTML 4.01 전환//EN"> <br><html> <br><meta http-equiv="content-type" content="text/html"> ; <br> <br><title> 할인 후 가격 계산<br><!--가격 계산 이벤트 기능을 설정하고 다른 드롭다운 할인 번호를 전송합니다. 결과를 텍스트 상자에 넣습니다.-> ; <br /><script type="text/javascript"> <br>function Calculator(){ <br>var rates=document.getElementById("price"); var 할인=document.getElementById(" number"); <br>var pay; <br>var select=document.getElementById("payfunction") <br>if((prices.value>=0&&!isNaN(prices. value))&&(discounts.value> ;=0&&!isNaN(discounts.value))&&prices.value!=""&&discounts.value!="") <br>{ <br>pay=prices.value*discounts.value ; <br>switch(parseInt( select.value)){ <br>case 1:pay=pay*0.5; break <br>case 3:pay= pay*0.6; <br>} <br>document.getElementById("result").value=pay; <br>alert("축하합니다. 거래가 성공했습니다!") <br>}else <br> { <br>prices.focus() ; <br>prices.select() <br>alert("올바른 가격과 수량을 입력하세요(비워둘 수 없음). "); <br>} <br>} <br></script> <br></head> <br><!-- 인터페이스 형식을 정의하고, 드롭다운 테이블을 설정하고, 계산된 가격 이벤트--> <br /><body> <br /><center> <br /><form name="discount" action="result.jsp" method="post"> 가격: <input type="text" id="price" style="width: 150px"/><br> <br>구매 수량: <input type="text" id="number" style=" width: 150px"/> ;<br /> <br />결제 방법: <select id="payfunction" style="width: 150px"> <br><option value="1">온라인 뱅킹 결제 - 50% 할인 <br><option value="2">알리페이 결제 - 20% 할인</option> <br><option value="3" selected>Q 코인 결제 - 40% 할인 </option> <br></select><br> <br>예상 총 가격: <input type="text" id="result" style="width: 150px"> <br> <br><input type="button" id="allresult" value="총 가격 계산" onclick="calculator()" /> <br></form> 센터> <br> </body> <br></html></option> </title> </div>