Results 1 to 3 of 3

Thread: Hey All Plz Web Experts Help Me With My Assignment ...Really Need Help Plz plz plz

  1. #1
    SairIqbalBajwa is offline Senior Member+
    Last Online
    6th February 2016 @ 11:07 PM
    Join Date
    09 Oct 2008
    Posts
    91
    Threads
    8
    Credits
    0
    Thanked
    0

    Unhappy Hey All Plz Web Experts Help Me With My Assignment ...Really Need Help Plz plz plz

    Due date 18 hai kindly post solution as early as possible nahi tu it will be a big loss for me Bro's plz Help file is attatched

    Assignment No. 04
    Semester Fall 2011
    Introduction to Computing-CS101
    Total Marks: 35

    Due Date: 18–01– 2012

    Objective: To understand JavaScript and Event handing in HTML page designing.

    Instructions:
    Please read the following instructions carefully before solving & submitting assignment:

    Assignment file should be in HTML format and should be in your own wordings (HTML Code) not copied from internet, handouts or books. It should be clear that your assignment will not get any credit if:
    o The assignment is submitted after due date.
    o The submitted assignment does not open or file is corrupt.
    o The assignment is copied (from other student or copied from handouts or internet).
    o The title of the webpage is other than student VU ID.
    o The assignment file is not in HTML format.

    For any query about the assignment, contact at cs101@vu.edu.pk

    GOOD LUCK


    Requirement: You are required to design a HTML web page which can generate and display simple Mathematical table(s) with the help of JavaScript, by getting input from users. (Marks 35)

    Objectives:
    In this assignment you will learn:
    1. How to create HTML tables, input text fields and submit buttons.
    2. How to perform Input text field validation through JavaScript.
    3. Use of if-else and loops in JavaScript.
    4. How to create and use functions in JavaScript.
    5. How to generate HTML tables dynamically.

    Please read the instructions carefully.
    1. Your assignment must be in HTML format; any other format even simple text files (notepad files) will not be accepted.
    2. Open notepad, write your code in this new file and save it. While it asks for file name, use starting and ending double quotes to save the file in HTML format like “VUID.html”.
    3. Create a function ValidateStartField to validate the start input field. Use onChange event in this function.
    4. Create a function ValidateEndField to validate the end input field. Use onChange event in this function.
    5. Create a function ValidateSizeField to validate the depth/size field. Use onChange event in this function.
    6. Create a function GenerateTables and write the code to generate math tables.
    7. Create a function DisplyTable and write the code to display a math table on HTML page.
    8. To create HTML elements with the help of JavaScript pass HTML code to document.write( ) function as string. For example if you want to create HTML table with the help of JavaScript write
    document.write( “<table border="1"><tr><td>1</td><td>2</td></tr><tr><td>3</td><td>4</td></tr></table>” );
    9. For more details see screen shots.











































    Note:

    o Assignment must be in your own code, if found copied with other resource (any student, internet) will get zero marks.

  2. #2
    Join Date
    22 Oct 2009
    Location
    ~*Dream*World*~
    Gender
    Male
    Posts
    21,935
    Threads
    299
    Credits
    1,349
    Thanked
    1701

    Default

    Just a Point:
    I'm unable to see any Screenshot or File attached!
    ~* W@R T!ll D3@t|-| *~
    ~* I'll Win Not Immediately But Definitely *~

  3. #3
    Pari Ahmed is offline Junior Member
    Last Online
    17th January 2012 @ 11:21 PM
    Join Date
    17 Jan 2012
    Gender
    Female
    Posts
    1
    Threads
    0
    Credits
    0
    Thanked
    0

    Default

    I have uploaded file of screen shots plzzzz help us.
    Attached Files Attached Files

Similar Threads

  1. PHP MySQL Class-1
    By shakeel in forum PHP MySQL
    Replies: 498
    Last Post: 28th August 2016, 10:34 AM
  2. PHP MySQL Class-15
    By shakeel in forum PHP MySQL
    Replies: 68
    Last Post: 10th July 2015, 07:06 AM
  3. plz help me with ISLAMIAT assignment
    By n0mi_89 in forum Ask an Expert
    Replies: 3
    Last Post: 7th October 2011, 11:49 AM
  4. Help Experts
    By paradise1 in forum Ask an Expert
    Replies: 10
    Last Post: 27th July 2010, 11:39 AM
  5. Runouce.exe ek Ganda Virus Plz Help Experts.
    By raz24726 in forum Ask an Expert
    Replies: 3
    Last Post: 18th February 2010, 04:22 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •