<< Prev Showing: 71-75 of 127 Next >>
· 46-50 · 51-55 · 56-60 · 61-65 · 66-70 · 71-75 · 76-80 · 81-85 · 86-90 · 91-95 · 96-100 ·I need to insure that I have the basic skills necessary for designing a web page. Using all of the resources at my disposal, I need to determine what the most effective method for uploading a group of files is. After learning how to utilize the method I’ve chosen, I have to give detailed steps to use this method.
Subject:
Computer Science
Topic:
Web Design
Posting ID:
118047
OTA ID:
105651
Write 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 that you won’t be able to fully validate it unless you manage to interrogate the server in which it’s supposed to reside. This is almost impossible, so the validation should check that the contents of the text-field only looks like a valid email address. email addresses look like the following jim.brown@vu.edu.au jimb@mbox.com.au jim@aol.com jvb@zdnet.com etc ... Submit a html file with a form containing an email text-field, and the JavaScript code that called to validate the text-field when the form is submitted. (so I can easi... click for more
Subject:
Computer Science
Topic:
Web Design
Posting ID:
118391
OTA ID:
102833
Write a JavaScript function to validate a text field on a form for holding a positive integer value, without using any inbuilt functions like IsNaN and so forth. 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 message.
Subject:
Computer Science
Topic:
Web Design
Posting ID:
118393
OTA ID:
105381
Programming/Coding JS/HMTL/MDB Files
Attached are feedback.html, feedbvalidate.js, and eisdb.mdb. Improve the form so that when submitted the fields are checked for input but only complete validation against the email address field is required. Currently an error message arise regardless of what the user does - this should not happen. The user should be able to exit the form without keying any information, and if the email address field is filled it should be validated before submitting. Write the "feedback.php" to which feedback.html is to be posted for further processing. The database is access and the DSN name if eisdb. Test and prepare each file using the attached eisdb.mdb. See attached file for full problem ... click for more
Subject:
Computer Science
Topic:
Web Design
Posting ID:
122000
OTA ID:
102833
Remove a user from an email listing
Attached are emailvalidate.js, emailremove.html and eisdb.mdb. Create improve emailremove.html so that the user can request having his/her email address removed, the form validated properly before being posted to "removeemailaddress.php". create using the database eisdb.mdb the PHP script called "removeemailaddress.php" to accommodate "emailremove.html" so that all fields (pass_user, pass_word and pass_email) can be removed from eisdb.mdb and a confirmation message is passed back to the user.
Subject:
Computer Science
Topic:
Web Design
Posting ID:
122003
OTA ID:
102833
<< Prev Showing: 71-75 of 127 Next >>
· 1-5 · 6-10 · 11-15 · 16-20 · 21-25 · 26-30 · 31-35 · 36-40 · 41-45 · 46-50 · 51-55 · 56-60 · 61-65 · 66-70 · 71-75 · 76-80 · 81-85 · 86-90 · 91-95 · 96-100 · 101-105 · 106-110 · 111-115 · 116-120 · 121-125 · 126-127 ·Page generated in 0.014 seconds