““““““““““““““““““““““““““““““““““““““““`
Objectives:
After solving this assignment, students
will learn about,
will learn about,
- HTML tags and handling of HTML tags.
- Table creation and handling in HTML.
- Knowledge about JAVASCRIPT functions
and JAVASCRIPTS events.
Instructions:
Please read the following instructions
carefully before submitting assignment:
carefully before submitting assignment:
It should be
clear that your assignment will not get any credit if:
clear that your assignment will not get any credit if:
§ The
assignment is submitted after due date.
assignment is submitted after due date.
§ The
assignment is not in the .html
format.
assignment is not in the .html
format.
§
The submitted assignment does not open or file
is corrupt.
The submitted assignment does not open or file
is corrupt.
§
Assignment is copied(partial or full) from any
source (websites, forums, students, etc)
Assignment is copied(partial or full) from any
source (websites, forums, students, etc)
Note:
Any other format like scan images, PDF,
text, .doc, .docs, Zip, rar, bmp etc. will not be accepted.
text, .doc, .docs, Zip, rar, bmp etc. will not be accepted.
For any query
about the assignment, contact at cs101@vu.edu.pk
about the assignment, contact at cs101@vu.edu.pk
Question No.1: You are required to
create Currency Converter web page which can be used to convert input value (Pakistani
Rupees) into Dollar, Yuan, Won, Riyal and Dinar.
create Currency Converter web page which can be used to convert input value (Pakistani
Rupees) into Dollar, Yuan, Won, Riyal and Dinar.
Guidelines :
- You
are required to create a Currency Converter web page which takes value
from the user in Pakistani Rupees and converts it into Dollar, Yuan, Won,
Riyal and Dinar. - Create
a button labeled as Convert. On Mouse Click event the function “Converter”
should be called to convert Pakistan currency to other currencies. - “Welcome
to the online Currency Converter” text should be moving from right to
left. - You
are required to enclose all the text boxes, labels and buttons in a border
as shown in the sample output. - You
are required to change the background color (other than white) of your web
page. - Create
another button labeled as Reset Form to clear text box values. - You
are required to use table so that items of the webpage will be shown in
the arranged form. - If
the value is greater than 0 then your webpage will show converted values
in Dollar, Yuan, Won, Riyal and Dirham in the given text boxes as shown in
sample output. - If
value less than 0 is entered in Pakistani Rupees text box and Covert
button is clicked then alert should be shown through window.alert() as:
To convert rupees into other currencies you have to use the following
currency values:
currency values:
1 Dollar= 158.93 Rupees
1 Yuan = 23.12 Rupees
1 Won = 0.14 Rupees
1 Riyal = 42.37 Rupees
1 Dinar = 522.21 Rupees
Sample Output : Color Scheme may be of your own choice.