Convert Rupees to dollars:
How to Use the Code:
It is very simple to use the code,
Step-1: Open notepad editor. and save it with Name.html.
Step-2: Now paste the below code.
<html><head><title> Currency Coversion</title<body>Step-3: Now open it in your Favorite browser such as IE, Google Chrome or Mozila Firfox.<script type="text/javascript"> function con(){ var dol=prompt("Please enter dollors"); Rs=dol*90; alert(Rs+"Ruffees"); } function coc(){ var Rs=prompt("Please enter ruffees"); dol=Rs*1/90; alert(dol+" dollars"); } </script> </body></html>
Once you get the result then study the code.
yeah i created this simple converter using javascript. share your views about it.
ReplyDeletecool dude. but now dollar raise to 95 rs.
ReplyDeletehowever i estimate it for myself