BCA604P - Web Programming Lab
1. Create a form having number of elements (Textboxes, Radio buttons, Checkboxes, and soon). Write JavaScript code to count the number of elements in a form.
2. Create a HTML form that has number of Textboxes. When the form runs in the Browser fill the textboxes with data. Write JavaScript code that verifies that all textboxes has been filled.If a textboxes has been left empty, popup an alert indicating which textbox has been left empty.
3. Develop a HTML Form, which accepts any Mathematical expression. Write JavaScript code to Evaluates the expression and Displays the result.
4. Create a page with dynamic effects. Write the code to include layers and basic animation.
5. Write a JavaScript code to find the sum of N natural Numbers. (Use user-defined function)
6. Write a JavaScript code to find factorial of N. (Use recursive function)
7. Write a JavaScript code block using arrays and generate the current date in words, this should include the day, month and year.
8. Create a form for Student information. Write JavaScript code to find Total, Average, Result and Grade.
9. Create a form for Employee information. Write JavaScript code to find DA, HRA, PF, TAX, Gross pay, Deduction and Net pay.
10. Create a form consists of a two Multiple choice lists and one single choice list,
_ The first multiple choice list, displays the Major dishes available.
_ The second multiple choice list, displays the Starters available.
_ The single choice list, displays the Soft drinks available.
The selected items from all the lists should be captured and displayed in a Text Area along with their respective costs. On clicking the ‘Total Cost’ button, the total cost of all the selected items is calculated and displayed at the end in the Text Area. A ‘Clear’ button is provided to clear the Text Area.
11. Write a JavaScript code block, which checks the contents entered in a form’s Text element. If the text entered is in the lower case, convert to upper case. Make use of function to Uppercase ( ).
12. Create a web page using two image files, which switch between one another as the mouse pointer moves over the images. Use the onMouseOver and onMouseOut event handlers.
can i get solved programs for these questions ?????
ReplyDelete