User Profile

Collapse

Profile Sidebar

Collapse
ajs05
ajs05
Last Activity: Apr 1 '08, 07:04 PM
Joined: Apr 1 '08
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • 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...
    See more | Go to post

    Leave a comment:


  • ajs05
    started a topic a novice with html could use a little help !!!!

    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...
    See more | Go to post
No activity results to display
Show More
Working...