Start Discovering Solved Questions and Your Course Assignments
TextBooks Included
Solved Assignments
Asked Questions
Answered Questions
Create a basic Web page form that can be used for validating user input and doing some calculations. The page should have the following fields:
I use the function so when I fill in the form it checks that the date is an integer or the date is of length 8 (format ddmmyyyy.)
If the text field contains a valid number then the JavaScript function will return "true", otherwise it will return "false" along with displaying a popup error
Create a JavaScript function to validate a text-field on a form that is to hold an email address. Now when writing this JavaScript function bear in mind
ne interesting application of computers is the drawing of graphs and bar charts (sometimes called histograms).
Develop a Javascipt program that will determine the gross pay for each of three employees.
Draw a diagram for a invoice problem statement. I need to create the function in JavaScript and call it in an HTML file.
Create a function merge that take two sorted arrays as parameters. The function should create a new array whose size is the sum of the two parameter array
One huge advantage of using JavaScript is you can accept input from the visitors to your site. As a visitor adds information to your form,
I have created a Web page with links to all of my other assignments, however, I am having the following problems:
How to create a flow chart in some other program to accompany it. Here are my problems:
How to write a program that counts from 1 to 10 and prints each count to the browser using each of the 3 different kinds of loops in JavaScript
Design, code, document and test one Web page which includes:
How is web content developed? What are some of the popular design tools in use today? Can you identify a design tool used in the construction of the website
Create a document (with any required style sheets and java .js files) that displays a sports related image of your choice and three buttons
Design and implement a Web page named pal.html that tests whether a word or phrase is a palindrome. Your page should allow the user to enter a word
Design and implement a Web page named esp.html that allows the user to conduct an ESP test. The rectangle containing a question mark represents the back
In the winter. weather reports often refer to the wind-chill factor. a measurement that combines actual temperature and wind speed to estimate the temperature
I'm making a game where the user should combine the sound of a bird with the correct picture. In my webpage 20 different birds are represented
Create a script that requires yours visitors to accept your terms and conditions before proceeding, by selecting a check box. save the page as AcceptTerms.html.
Write a function called applyFunction that receives an array (arr) and a function (func) as a parameter
Create a function that prints a loan amortization table (principal, interest rate, and number of months) are provided via form elements.
Write a function that computes a taxi fare. In some cities, taxi fares are calculated based on start and end zones plus a per-minute charge.
Create a JavaScript program that will read a message string and a number from text boxes on a Web page. The program will then use those values to display
In the seminar, Listing 5 showed an improve JavaScript function for printElement() to traverse and list on the screen all elements of the DOM of the XML