filmov
tv
Lesson - 67 : Python CGI:Passing Checkbox, Radio Button, Text Area, Drop Down Data to CGI Program
Показать описание
**************************************************
**************************************************
Python CGI Programming : Passing Checkbox, Radio Button, Text Area, Drop Down box to CGI programming:
Passing Checkbox Data to CGI Program : Checkboxes are used when more than one option is required to be selected.
Passing Radio Button Data to CGI Program : Radio Buttons are used when only one option is required to be selected.
Passing Text Area Data to CGI Program : TEXTAREA element is used when multiline text has to be passed to the CGI Program.
Passing Drop Down Box Data to CGI Program : Drop Down Box is used when we have many options available but only one or two will be selected.
**************************************************
Python CGI Programming : Passing Checkbox, Radio Button, Text Area, Drop Down box to CGI programming:
Passing Checkbox Data to CGI Program : Checkboxes are used when more than one option is required to be selected.
Passing Radio Button Data to CGI Program : Radio Buttons are used when only one option is required to be selected.
Passing Text Area Data to CGI Program : TEXTAREA element is used when multiline text has to be passed to the CGI Program.
Passing Drop Down Box Data to CGI Program : Drop Down Box is used when we have many options available but only one or two will be selected.