| ![]() | |||||||
| Web Development Read,Discuss and share all lectures of Web Development (By Mam Zahida Mobeen) |
![]() |
| | Thread Tools | Search this Thread | Rate Thread | Display Modes |
| | #1 |
| Innocent Baby BSIT Professional ![]() ![]() ![]() | Download the Attachment with complete lecture ![]() Starting Outline ![]() *Form* : This element defines the fill-in form to contain labels and form controls, such as menus and text entry boxes that might be filled in by a user. Attributes: action= ?URL? ?This attribute contains the URL of the server program, which will process the contents of the form. Some browsers also might support a mailto URL, which can mail the result to the specified address. E.g., action=mailto:abc@hotmail.com method=?get | post? ?This attribute indicates how form information should be transferred to the server specified by the action attribute. Get: 1. This is default method. 2. This is not secure method because the input is appended to the URL specified by the action attribute. 3. By this method limited data can be passed, this limit is determined by command line length supported by the server. 4. This causes problems with foreign languages. 5. This is easy to deal with and gives best performance. 6. When Information is attached to the URL then some symbols are added which have specific meanings that are; a. %nn ? for special characters, nn for hexadecimal ASCII code for character. b. & ? To separate form fields. c. + ? To replace spaces. d. ??To separate the URL from form information/data. Post: 1. This method transfers data using HTTP post transaction. 2. This approach is more secure. 3. Is normally used in conditions when large amount of data is passed, as this imposes no data size limitation. 4. Sends all data / input of form as data stream immediately after the requested URL.
Advertisement Views: 484
__________________ (¯`v´¯) `*.¸.*` ¸.*´¸.*´¨) ¸.*´¨) (¸.*´ (¸.Bzu Forum Don't cry because it's over, smile because it happened ![]() |
| | |
| The Following User Says Thank You to .BZU. For This Useful Post: | prac87 (11-10-2009) |
![]() |
| Tags |
| designing, form, lecture |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Lecture 8-10 Data Mining Concepts and Techniques Complete lecture | .BZU. | Dataware Housing & data mining | 0 | 20-12-2010 06:28 PM |
| ~*~dress designing for little princess~*~ | sadia | Designed Pictures | 0 | 15-09-2010 10:14 AM |
| Designing | Silent | Suggestion,Feedback and News about site | 2 | 23-07-2010 11:49 AM |
| Tools for Website Designing | .BZU. | Articles | 2 | 01-10-2008 03:02 AM |