here is what I have so far
[HTML]<!Currency Converter-->
<Html>
<head>
<title> Currency Converter</title>
<script language="javas cript">
function convert(){
if (document.conve rsions.choice[0].checked){
var result= eval(document.c onversions.degr ee.value*1=0.97 4);
document.conver sions.converted value.value=res ult;
var...
User Profile
Collapse
-
-
a novice with html could use a little help !!!!
Hey guys I was wondering if anyone knew how to create a currency converter using html programming, here are the guidelines I am looking for :
Develop an HTML/JavaScript program that creates a web page that can be used as a GUI to convert U.S. currency to Canadian dollars, British Pound, or Euro. The conversion formulas are:
1 US $ = 0.974 Canadian Dollar
1 US $ = 0.492 British Pound
1 US $ = 0.706...
No activity results to display
Show More
Leave a comment: