Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html>
- <html>
- <head>
- <title>अन्त: शुल्क इजाजत तथा नवीकरण दस्तुर गणना</title>
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
- <style>
- p, h1, h2, h3, h4, h5, h6, ul, li, div, span, address, footer, header, table, tr, td, tbody, thead, input, label {
- margin: 0;
- padding: 0;
- }
- body {
- background-color:skyblue;
- }
- #container {
- width: 900px;
- height: auto;
- padding: 20px;
- margin: auto;
- margin-top: 100px;
- background-color: white;
- border-radius: 10px;
- box-shadow: 0px 0px 10px 1px #ccc;
- }
- .header {
- background-color: #f5f5f5;
- padding:5px;
- margin-bottom: 10px;
- }
- .header h3 {
- text-align: center;
- font-size: 25px;
- font-family: arial;
- }
- .userinput {
- background-color:#D5FFD7;
- padding:10px;
- line-height:30px;
- }
- input, select {
- width: 200px;
- margin-right: 20px;
- padding: 3px;
- }
- .label {
- width: 300px;
- }
- .result {
- padding: 10px;
- line-height: 30px;
- background-color: #FFE9E8;
- margin-top: 20px;
- }
- </style>
- <script type='text/javascript'>
- function utpadankarobar_showhide() {
- var utpadanshow = document.getElementById("utpadan");
- var bikribitaranshow = document.getElementById("bikribitaran");
- utpadankarobar.style.display = utpadanshow.checked ? "table-row" : "none";
- bikribitaranrow.style.display = bikribitaranshow.checked ? "table-row" : "none";
- }
- function hotelkisim_showhide() {
- var bikribitarankisim = document.getElementById("bikribitarankisim");
- var hotelkisim = document.getElementById("hotelkisim");
- var madirabikretakisim = document.getElementById("madirabikretakisim");
- var churotkhainikisim = document.getElementById("churotkhainikisim");
- hotelkisim.style.display = bikribitarankisim.value == "hotelshow" ? "block" : "none";
- madirabikretakisim.style.display = bikribitarankisim.value == "madirabikretashow" ? "block" : "none";
- churotkhainikisim.style.display = bikribitarankisim.value == "churotkhainishow" ? "block" : "none";
- }
- function startCalc(){
- interval = setInterval("calc()",1);
- }
- function calc(){
- //From User Input
- var excise_fy = document.getElementById("excise_fy").value;
- var excise_month = 4;
- var exciserenew_year = document.getElementById("exciserenew_year").value;
- var exciserenew_month = document.getElementById("exciserenew_month").value;
- var utpadankarobar = document.getElementById("utpadankarobar").value;
- var hotelkisim = document.getElementById("hotelkisim").value;
- var madirabikretakisim = document.getElementById("madirabikretakisim").value;
- var churotkhainikisim = document.getElementById("churotkhainikisim").value;
- var renewrate = 0;
- if (utpadankarobar == "utpadan1" && excise_fy <= 0) {
- renewrate = 0;
- } else if (utpadankarobar == "utpadan1" && excise_fy <= 2069) {
- renewrate = 80000;
- } else if (utpadankarobar == "utpadan1" && excise_fy >= 2070) {
- renewrate = 160000;
- } else if (utpadankarobar == "utpadan2" && excise_fy <= 0) {
- renewrate = 0;
- } else if (utpadankarobar == "utpadan2" && excise_fy <= 2069) {
- renewrate = 80000;
- } else if (utpadankarobar == "utpadan2" && excise_fy >= 2070) {
- renewrate = 160000;
- } else if (utpadankarobar == "utpadan3" && excise_fy <= 0) {
- renewrate = 0;
- } else if (utpadankarobar == "utpadan3" && excise_fy <= 2069) {
- renewrate = 80000;
- } else if (utpadankarobar == "utpadan3" && excise_fy >= 2070) {
- renewrate = 160000;
- } else if (utpadankarobar == "utpadan4" && excise_fy <= 0) {
- renewrate = 0;
- } else if (utpadankarobar == "utpadan4" && excise_fy <= 2069) {
- renewrate = 40000;
- } else if (utpadankarobar == "utpadan4" && excise_fy >= 2070) {
- renewrate = 80000;
- } else if (utpadankarobar == "utpadan5" && excise_fy <= 0) {
- renewrate = 0;
- } else if (utpadankarobar == "utpadan5" && excise_fy <= 2069) {
- renewrate = 80000;
- } else if (utpadankarobar == "utpadan5" && excise_fy >= 2070) {
- renewrate = 160000;
- } else if (utpadankarobar == "utpadan6" && excise_fy <= 0) {
- renewrate = 0;
- } else if (utpadankarobar == "utpadan6" && excise_fy <= 2069) {
- renewrate = 100000;
- } else if (utpadankarobar == "utpadan6" && excise_fy >= 2070) {
- renewrate = 200000;
- } else if (utpadankarobar == "utpadan7" && excise_fy <= 0) {
- renewrate = 0;
- } else if (utpadankarobar == "utpadan7" && excise_fy <= 2069) {
- renewrate = 25000;
- } else if (utpadankarobar == "utpadan7" && excise_fy <= 2071) {
- renewrate = 40000;
- } else if (utpadankarobar == "utpadan7" && excise_fy >= 2072) {
- renewrate = 100000;
- } else if (hotelkisim == "hotelkisim1" && excise_fy <= 0) {
- renewrate = 0;
- } else if (hotelkisim == "hotelkisim1" && excise_fy <= 2069) {
- renewrate = 30000;
- } else if (hotelkisim == "hotelkisim1" && excise_fy >= 2070) {
- renewrate = 50000;
- } else if (hotelkisim == "hotelkisim2" && excise_fy <= 0) {
- renewrate = 0;
- } else if (hotelkisim == "hotelkisim2" && excise_fy <= 2069) {
- renewrate = 25000;
- } else if (hotelkisim == "hotelkisim2" && excise_fy >= 2070) {
- renewrate = 40000;
- } else if (hotelkisim == "hotelkisim3" && excise_fy <= 0) {
- renewrate = 0;
- } else if (hotelkisim == "hotelkisim3" && excise_fy <= 2069) {
- renewrate = 18000;
- } else if (hotelkisim == "hotelkisim3" && excise_fy >= 2070) {
- renewrate = 30000;
- } else if (hotelkisim == "hotelkisim4" && excise_fy <= 0) {
- renewrate = 0;
- } else if (hotelkisim == "hotelkisim4" && excise_fy <= 2069) {
- renewrate = 12500;
- } else if (hotelkisim == "hotelkisim4" && excise_fy >= 2070) {
- renewrate = 20000;
- } else if (hotelkisim == "hotelkisim5" && excise_fy <= 0) {
- renewrate = 0;
- } else if (hotelkisim == "hotelkisim5" && excise_fy <= 2069) {
- renewrate = 7000;
- } else if (hotelkisim == "hotelkisim5" && excise_fy >= 2070) {
- renewrate = 10000;
- } else if (hotelkisim == "hotelkisim6" && excise_fy <= 0) {
- renewrate = 0;
- } else if (hotelkisim == "hotelkisim6" && excise_fy <= 2069) {
- renewrate = 5000;
- } else if (hotelkisim == "hotelkisim6" && excise_fy >= 2070) {
- renewrate = 7000;
- } else if (hotelkisim == "hotelkisim7" && excise_fy <= 0) {
- renewrate = 0;
- } else if (hotelkisim == "hotelkisim7" && excise_fy <= 2069) {
- renewrate = 3000;
- } else if (hotelkisim == "hotelkisim7" && excise_fy >= 2070) {
- renewrate = 3000;
- } else if (madirabikretakisim == "madirabikretakisim1" && excise_fy <= 0) {
- renewrate = 0;
- } else if (madirabikretakisim == "madirabikretakisim1" && excise_fy <= 2069) {
- renewrate = 20000;
- } else if (madirabikretakisim == "madirabikretakisim1" && excise_fy >= 2070) {
- renewrate = 30000;
- } else if (madirabikretakisim == "madirabikretakisim2" && excise_fy <= 0) {
- renewrate = 0;
- } else if (madirabikretakisim == "madirabikretakisim2" && excise_fy <= 2069) {
- renewrate = 12000;
- } else if (madirabikretakisim == "madirabikretakisim2" && excise_fy >= 2070) {
- renewrate = 20000;
- } else if (madirabikretakisim == "madirabikretakisim3" && excise_fy <= 0) {
- renewrate = 0;
- } else if (madirabikretakisim == "madirabikretakisim3" && excise_fy <= 2069) {
- renewrate = 8000;
- } else if (madirabikretakisim == "madirabikretakisim3" && excise_fy >= 2070) {
- renewrate = 10000;
- } else if (madirabikretakisim == "madirabikretakisim4" && excise_fy <= 0) {
- renewrate = 0;
- } else if (madirabikretakisim == "madirabikretakisim4" && excise_fy <= 2069) {
- renewrate = 2000;
- } else if (madirabikretakisim == "madirabikretakisim4" && excise_fy >= 2070) {
- renewrate = 3000;
- } else if (madirabikretakisim == "madirabikretakisim5" && excise_fy <= 0) {
- renewrate = 0;
- } else if (madirabikretakisim == "madirabikretakisim5" && excise_fy <= 2069) {
- renewrate = 6000;
- } else if (madirabikretakisim == "madirabikretakisim5" && excise_fy >= 2070) {
- renewrate = 7000;
- } else if (madirabikretakisim == "madirabikretakisim6" && excise_fy <= 0) {
- renewrate = 0;
- } else if (madirabikretakisim == "madirabikretakisim6" && excise_fy <= 2069) {
- renewrate = 10000;
- } else if (madirabikretakisim == "madirabikretakisim6" && excise_fy >= 2070) {
- renewrate = 20000;
- } else if (madirabikretakisim == "madirabikretakisim7" && excise_fy <= 0) {
- renewrate = 0;
- } else if (madirabikretakisim == "madirabikretakisim7" && excise_fy <= 2069) {
- renewrate = 20000;
- } else if (madirabikretakisim == "madirabikretakisim7" && excise_fy >= 2070) {
- renewrate = 40000;
- } else if (madirabikretakisim == "madirabikretakisim8" && excise_fy <= 0) {
- renewrate = 0;
- } else if (madirabikretakisim == "madirabikretakisim8" && excise_fy <= 2069) {
- renewrate = 3500;
- } else if (madirabikretakisim == "madirabikretakisim8" && excise_fy >= 2070) {
- renewrate = 5000;
- } else if (churotkhainikisim == "churotkhainikisim1" && excise_fy <= 0) {
- renewrate = 0;
- } else if (churotkhainikisim == "churotkhainikisim1" && excise_fy <= 2069) {
- renewrate = 10000;
- } else if (churotkhainikisim == "churotkhainikisim1" && excise_fy >= 2070) {
- renewrate = 40000;
- } else if (churotkhainikisim == "churotkhainikisim2" && excise_fy <= 0) {
- renewrate = 0;
- } else if (churotkhainikisim == "churotkhainikisim2" && excise_fy <= 2069) {
- renewrate = 10000;
- } else if (churotkhainikisim == "churotkhainikisim2" && excise_fy >= 2070) {
- renewrate = 40000;
- } else if (churotkhainikisim == "churotkhainikisim3" && excise_fy <= 0) {
- renewrate = 0;
- } else if (churotkhainikisim == "churotkhainikisim3" && excise_fy <= 2069) {
- renewrate = 5000;
- } else if (churotkhainikisim == "churotkhainikisim3" && excise_fy >= 2070) {
- renewrate = 6000;
- } else if (churotkhainikisim == "churotkhainikisim4" && excise_fy <= 0) {
- renewrate = 0;
- } else if (churotkhainikisim == "churotkhainikisim4" && excise_fy <= 2069) {
- renewrate = 1500;
- } else if (churotkhainikisim == "churotkhainikisim4" && excise_fy >= 2070) {
- renewrate = 1500;
- } else if (churotkhainikisim == "churotkhainikisim5" && excise_fy <= 0) {
- renewrate = 0;
- } else if (churotkhainikisim == "churotkhainikisim5" && excise_fy <= 2069) {
- renewrate = 8000;
- } else if (churotkhainikisim == "churotkhainikisim5" && excise_fy >= 2070) {
- renewrate = 15000;
- } else if (churotkhainikisim == "churotkhainikisim6" && excise_fy <= 0) {
- renewrate = 0;
- } else if (churotkhainikisim == "churotkhainikisim6" && excise_fy <= 2069) {
- renewrate = 3500;
- } else if (churotkhainikisim == "churotkhainikisim6" && excise_fy >= 2070) {
- renewrate = 5000;
- } else if (churotkhainikisim == "churotkhainikisim7" && excise_fy <= 0) {
- renewrate = 0;
- } else if (churotkhainikisim == "churotkhainikisim7" && excise_fy <= 2069) {
- renewrate = 0;
- } else if (churotkhainikisim == "churotkhainikisim7" && excise_fy >= 2070) {
- renewrate = 5000;
- } else if (churotkhainikisim == "churotkhainikisim8" && excise_fy <= 0) {
- renewrate = 0;
- } else if (churotkhainikisim == "churotkhainikisim8" && excise_fy <= 2069) {
- renewrate = 0;
- } else if (churotkhainikisim == "churotkhainikisim8" && excise_fy >= 2070) {
- renewrate = 10000;
- } else if (churotkhainikisim == "churotkhainikisim9" && excise_fy <= 0) {
- renewrate = 0;
- } else if (churotkhainikisim == "churotkhainikisim9" && excise_fy <= 2069) {
- renewrate = 15000;
- } else if (churotkhainikisim == "churotkhainikisim9" && excise_fy >= 2070) {
- renewrate = 20000;
- } else if (churotkhainikisim == "churotkhainikisim10" && excise_fy <= 0) {
- renewrate = 0;
- } else if (churotkhainikisim == "churotkhainikisim10" && excise_fy <= 2069) {
- renewrate = 30000;
- } else if (churotkhainikisim == "churotkhainikisim10" && excise_fy >= 2070) {
- renewrate = 40000;
- }
- //var karobarsthan = document.getElementById("karobarsthan").value;
- //var bikrikarobar = document.getElementById("bikrikarobar").value;
- var jammabarsa = exciserenew_year - excise_fy;
- var jammamonth = exciserenew_month - excise_month;
- var totalmonth = (jammabarsa * 12) + jammamonth;
- var dhilabujhaeko_shulka = 0;
- if (totalmonth <= 0) {
- dhilabujhaeko_shulka = 0;
- } else if (totalmonth <= 3) {
- dhilabujhaeko_shulka = renewrate * 0.25;
- } else if (totalmonth <= 6) {
- dhilabujhaeko_shulka = renewrate * 0.5;
- } else if (totalmonth <= 9) {
- dhilabujhaeko_shulka = renewrate * 0.75;
- } else if (totalmonth > 9) {
- dhilabujhaeko_shulka = renewrate;
- }
- renewrate = Math.round(renewrate);
- dhilabujhaeko_shulka = Math.round(dhilabujhaeko_shulka);
- if (renewrate < 0) {
- renewrate = 0;
- }
- if (dhilabujhaeko_shulka < 0) {
- dhilabujhaeko_shulka = 0;
- }
- //Result
- document.getElementById("bujhaunuparne_kar").value = parseFloat(renewrate);
- document.getElementById("bujhaeko_shulka").value = parseFloat(dhilabujhaeko_shulka);
- var jamma_kar = parseFloat(document.getElementById("bujhaunuparne_kar").value) + parseFloat(document.getElementById("bujhaeko_shulka").value);
- if (jamma_kar < 0) {
- jamma_kar = 0;
- }
- document.getElementById("jamma_kar").value = parseFloat(jamma_kar);
- }
- function reset_result() {
- document.getElementById("utpadankarobar").value = 0;
- document.getElementById("hotelkisim").value = 0;
- document.getElementById("madirabikretakisim").value = 0;
- document.getElementById("churotkhainikisim").value = 0;
- }
- function stopCalc(){
- clearInterval(interval);
- }
- </script>
- </head>
- <body>
- <div id="container">
- <div class="header">
- <h3>अन्त: शुल्क इजाजत तथा नवीकरण दस्तुर गणना</h3>
- </div>
- <div class="userinput">
- <table id="calculator">
- <thead></thead>
- <tbody>
- <tr>
- <td class="label">आर्थिक वर्ष</td>
- <td><select id="excise_fy" name="excise_fy" onFocus="startCalc();" onBlur="stopCalc();" required>
- <option value="0" selected="selected">आ.व. छान्नुहोस्</option>
- <option value="2068">आ.व. २०६८/०६९</option>
- <option value="2069">आ.व. २०६९/७०</option>
- <option value="2070">आ.व. २०७०/०७१</option>
- <option value="2071">आ.व. २०७१/०७२</option>
- <option value="2072">आ.व. २०७२/०७३</option>
- <option value="2073">आ.व. २०७३/०७४</option>
- <option value="2074">आ.व. २०७४/०७५</option>
- <option value="2075">आ.व. २०७५/०७६</option>
- </select>
- </td>
- <td></td>
- </tr>
- <tr>
- <td class="label">नवीकरण गर्ने वर्ष र महिना</td>
- <td>
- <select id="exciserenew_year" name="exciserenew_year" onFocus="startCalc();" onBlur="stopCalc();" required>
- <option value="0" selected="selected">वर्ष छान्नुहोस्</option>
- <option value="2073">२०७३</option>
- <option value="2074">२०७४</option>
- <option value="2075">२०७५</option>
- <option value="2076">२०७६</option>
- </select>
- </td>
- <td>
- <select id="exciserenew_month" name="exciserenew_month" onFocus="startCalc();" onBlur="stopCalc();">
- <option value="0" selected="selected">महिना छान्नुहोस्</option>
- <option value="1">बैशाख</option>
- <option value="2">जेष्ठ</option>
- <option value="3">आषाढ</option>
- <option value="4">श्रावण</option>
- <option value="5">भाद्र</option>
- <option value="6">आश्विन</option>
- <option value="7">कार्तिक</option>
- <option value="8">मंग्सिर</option>
- <option value="9">पौष</option>
- <option value="10">माघ</option>
- <option value="11">फाल्गुण</option>
- <option value="12">चैत्र</option>
- </select>
- </td>
- </tr>
- <tr>
- <td class="label">कारोबारको किसिम</td>
- <td>
- <input style="width: auto; margin-right: 2px;" type="radio" id="utpadan" name="karobarkisim" value="utpadan" onclick="utpadankarobar_showhide(); reset_result();" onFocus="startCalc();" onBlur="stopCalc();" /> उत्पादन
- <input style="width: auto; margin-right: 2px;" type="radio" id="bikribitaran" name="karobarkisim" value="bikribitaran" onclick="utpadankarobar_showhide(); reset_result();" onFocus="startCalc();" onBlur="stopCalc();" /> बिक्रि / वितरण
- </td>
- <td>
- <select style="display: none;" id="utpadankarobar" name="utpadankarobar" onFocus="startCalc();" onBlur="stopCalc();">
- <option value="0" selected="selected">उत्पादन किसिम छान्नुहोस्</option>
- <option value="utpadan1">स्प्रिट उत्पादन गर्ने</option>
- <option value="utpadan2">वियर उत्पादन गर्ने</option>
- <option value="utpadan3">इथानोल उत्पादन गर्ने</option>
- <option value="utpadan4">वाइन / ब्रान्डी (फलफूलमा आधारित) बनाउने</option>
- <option value="utpadan5">अन्य मदिरा उत्पादन</option>
- <option value="utpadan6">चुरोट उत्पादन गर्ने</option>
- <option value="utpadan7">पान मसला, खैनी, जर्दा, नश, सुर्ती तथा सुर्तीजन्य वस्तु उत्पादन गर्ने</option>
- </select>
- </td>
- </tr>
- <tr style="display: none;" id="bikribitaranrow">
- <td class="label">विक्री वितिरणको प्रकार छान्नुहोस्</td>
- <td>
- <select id="bikribitarankisim" name="bikribitarankisim" onclick="reset_result();" onchange="hotelkisim_showhide()" onFocus="startCalc();" onBlur="stopCalc();">
- <option value="0" selected="selected">बिक्रि वितरणको प्रकार छान्नुहोस्</option>
- <option value="hotelshow">होटल, रेस्टुरेन्ट तथा लजहरु</option>
- <option value="madirabikretashow">मदिरा बिक्रेता</option>
- <option value="churotkhainishow">चुरोट, सिगार, सुर्ती, खैनी, पानमसला</option>
- </select>
- </td>
- <td>
- <select style="display: none;" id="hotelkisim" name="hotelkisim" onFocus="startCalc();" onBlur="stopCalc();">
- <option value="0" selected="selected">होटेलको किसिम छान्नुहोस्</option>
- <option value="hotelkisim1">पाँचतारे होटेल</option>
- <option value="hotelkisim2">चारतारे होटेल</option>
- <option value="hotelkisim3">तीनतारे होटेल</option>
- <option value="hotelkisim4">दुइतारे होटेल</option>
- <option value="hotelkisim5">एकतारे होटेल</option>
- <option value="hotelkisim6">स्वदेसी तथा बिदेशी मदिरा बोतल खोलि बिक्रि गर्ने</option>
- <option value="hotelkisim7">स्वदेसी मदिरा बोतल खोलि बिक्रि वितरण गर्ने</option>
- </select>
- <select style="display: none;" id="madirabikretakisim" name="madirabikretakisim" onFocus="startCalc();" onBlur="stopCalc();">
- <option value="0" selected="selected">मदिरा बिक्रेताको किसिम छान्नुहोस्</option>
- <option value="madirabikretakisim1">मदिरा वितरक</option>
- <option value="madirabikretakisim2">थोक बिक्रेता</option>
- <option value="madirabikretakisim3">स्वदेसी तथा बिदेसी मदिराको खुद्र बिक्रेता</option>
- <option value="madirabikretakisim4">स्वदेसी मदिरा मात्र खुद्र बिक्रेता (गा.वि.स.)</option>
- <option value="madirabikretakisim5">स्वदेसी मदिरा मात्र खुद्र बिक्रेता (न.पा. / उप.म.न.पा. / म.न.पा.)</option>
- <option value="madirabikretakisim6">डिपार्टमेन्टल स्टोर</option>
- <option value="madirabikretakisim7">बिदेसी मदिरा र स्प्रिट पैठारीकर्ता</option>
- <option value="madirabikretakisim8">मदिरा निकासीकर्ता</option>
- </select>
- <select style="display: none;" id="churotkhainikisim" name="churotkhainikisim" onFocus="startCalc();" onBlur="stopCalc();">
- <option value="0" selected="selected">चुरोट, खैनी र अन्यको किसिम छान्नुहोस्</option>
- <option value="churotkhainikisim1">बिदेसी चुरोट र सिगार</option>
- <option value="churotkhainikisim2">सुर्ती र सुर्तीजन्य बस्तु पैठारी गर्ने</option>
- <option value="churotkhainikisim3">थोक बिक्रि</option>
- <option value="churotkhainikisim4">खुद्र खरिद बिक्रि</option>
- <option value="churotkhainikisim5">बिदेशी खुदो र गुड पैठारी गर्ने</option>
- <option value="churotkhainikisim6">खुदो, गुड र स्प्रिट खरिद बिक्रि (निकासी सहित)</option>
- <option value="churotkhainikisim7">नेपाल बाहिर चुरोट र अन्य सुर्तीजन्य बस्तुहरु निकासीकर्ता</option>
- <option value="churotkhainikisim8">अन्त: शुल्क लाग्ने बस्तुहरु पैठारी गर्ने</option>
- <option value="churotkhainikisim9">सक्खर (गुण), कालो सक्खर र सकट उत्पादन गर्ने (भर्टिकल रोलर प्रयोग गर्ने उद्योग)</option>
- <option value="churotkhainikisim10">सक्खर (गुण), कालो सक्खर र सकट उत्पादन गर्ने (होरिजेन्टल रोलर प्रयोग गर्ने उद्योग)</option>
- </select>
- </td>
- </tr>
- <!--<tr>
- <td class="label">कारोबार रहेको स्थान छान्नुहोस्</td>
- <td><select id="karobarsthan" name="karobarsthan" onFocus="startCalc();" onBlur="stopCalc();">
- <option value="0" selected="selected">स्थान छान्नुहोस्</option>
- <option value="1500">गा.वि.स.</option>
- <option value="2500">नगरपालिका</option>
- <option value="3500">उप महानगरपालिका</option>
- <option value="5000">महा नगरपालिका</option>
- </select>
- </td>
- </tr> -->
- <!--<tr>
- <td class="label">विक्री कारोबार र अन्य आय (रु.)</td>
- <td><input style="width: 190px;" type="number" id="bikrikarobar" name="bikrikarobar" onFocus="startCalc();" onBlur="stopCalc();" />
- </td>
- </tr> -->
- </tbody>
- </table>
- </div>
- <div class="result">
- <table>
- <tr>
- <td class="label">इजाजतपत्र तथा नविकरण दस्तुर</td>
- <td><input type="text" id="bujhaunuparne_kar" name="bujhaunuparne_kar" onFocus="startCalc();" onBlur="stopCalc();" /></td>
- </tr>
- <tr>
- <td class="label">नविकरण ढिला गरेको जरिवाना</td>
- <td><input type="text" id="bujhaeko_shulka" name="bujhaeko_shulka" onFocus="startCalc();" onBlur="stopCalc();" /></td>
- </tr>
- <!-- <tr>
- <td class="label">कर ढिला बुझाएको ब्याज</td>
- <td><input type="text" id="dhila_byaj" name="dhila_byaj" onFocus="startCalc();" onBlur="stopCalc();" /></td>
- </tr> -->
- <tr>
- <td class="label">जम्मा बुझाउनुपर्ने अन्त:शुल्क रकम</td>
- <td><input type="number" id="jamma_kar" name="jamma_kar" onFocus="startCalc();" onBlur="stopCalc();" /></td>
- </tr>
- </table>
- </div>
- </div>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment