Search the Community
Showing results for tags 'HTML form'.
-
Dear all, some help will be highly appreciated. I have a JS code that has a form for first name and last name. Ajax then communicates with a PHP script and gets back a message from PHP that thanks the user by stating the first and last names of user. The PHP message will show at the bottom of the form without having the page to refresh. The PHP message ensures a successful communication between JS and PHP via Ajax. The JS script:<!DOCTYPE html><html lang="en"><head><script>function ajax_post() {//create our XMLHttpRequest objectvar hr = new XMLHttpRequest();//create som
-
Hello! I am very new to ASPX, and trying to create a form. I need text boxes, date pickup, drop down with multi selection option, radio button, check box, two file upload boxes, text area for terms & Conditions. 1. All fields are required, with complete validation. 2. In text box, where name is to be taken as input also need to be validated if there is any numeric insertion... 3. All error messages with a red cross image, should appear in same column, where there is the input field, aligned properly on right side of input box. 4. the error message image and text should reflect in