SlideShare a Scribd company logo
1 of 14
Download to read offline
<FORM  ACTION="name&_address_of_CGI_script" METHOD="get">
.. </FORM>
<FORM ACTION="mailto:someone@domain.com" METHOD="post"> 
.. </FORM>
               Common Gateway Interface
Elements inside a form are introduced by the 
<input> tag
     type=“hidden” name=“variable name or field name ” 
            value=“value  that  sends  to the server”
     type =“text” name=“” value =“” size=“25”
     type =“submit” value =“”
     type =“reset” value =“”
     type =“checkbox” value =“” name=“”
 1
<INPUT>   <input TYPE=“element name">




2
Form example I

     Data that would send to server but do 
     not display on screen

 <FORM >
 <input type="hidden" name=“title" value="Feedback" />

    <p><label>Name:
 <input type= "text" name= "name" size="25"
 maxlength="30"/>
     </label>
                 send the input the textbox to server
 </p>
 <input type= "submit" value="Submit your entries"/>
 <input type= "reset" value="Clear Your Entries"/>
 </FORM >                         clear the content of textbox

 3
Form example II
WRAP=“off” "virtual" "physical"
                                          Masked by asterisk

Space is counted here



    <p><label>Comments:<br />
<textarea name= "comments" rows="4" cols="36“WRAP=“off">
Enter your comments here.
</textarea> </label></p>
    <p><label>Please input your password:
<input name= "secret" type="password" size="25"/>
</label></p>
<input type= "submit" value="Submit Your Entries"/>
<input type= "reset" value="Clear Your Entries"/>
  4
<form>
 <input name="color" type="radio" value="Green" CHECKED>
 <input name="color" type="radio" value="black“>
 <input name="color" type="radio" value="blue“>
 <input name="color" type="radio" value="red“>
 </form>
 If we choose 3rd choice then the form reached is:        Color=blue 
<form>
<input type="checkbox" name="ws" value="yes" CHECKED>Winamp
<input type="checkbox" name="ps" value="yes">Photoshop
<input type="checkbox" name="acd" value="yes" CHECKED>ACDSee
<input type="checkbox" name="all" value="yes">All
</form>
If checkboxes belong to the same group then name will be the same

 5
Form example IV
The “selected” value here mean 
Amazing is selected default value




 <p><label>Rate our site:
 <select name= "rating“ SIZE="4" >
 <option value=“Amazing”
 selected="selected">Amazing</option>
 <option value=“3”>3</option>
 <option value=“2”>2</option>          Change to default value 
                                       when reset
 <option value=“1”>1</option>
 <option value=“0”>0</option>
 </select></p>
 <input type= "submit" value="Submit Your Entries"/>
 <input type= "reset" value="Clear Your Entries"/>
   <select name= "rating“ SIZE="4"  MULTIPLE>
  6
<FORM ...>
  <TABLE BORDER="0">
  <TR>
  <TD>Please enter your name : </TD>
  <TD>
  <INPUT TYPE="text" NAME="the name" VALUE="" SIZE="40" 
  MAXLENGTH="30">
  </TD></TR>
   <TR>
  <TD>Please enter your password :</TD>
  <TD>
  <INPUT TYPE="password" NAME="the password" VALUE="" 
  SIZE="40" MAXLENGTH="30">
  </TD></TR>
  </TABLE>
  </FORM>
7
<meta name="keywords" http‐equiv="keywords“
    content=“game,image,programs,courses”>
<meta name="content‐type" http‐equiv="content‐type"∙
content="text/html; cahrset=windows‐1256">
   <html dir="rtl">
8
<INPUT TYPE="image" SRC="images/submit.gif" HEIGHT="20" 
WIDTH="60" BORDER="0” ALT=" Enter your data“>
9
BGCOLOR | HEIGHT | WIDTH | ALIGN | HSPACE 
| VSPACE | BEHAVIOR | DIRECTION |
LOOP | SCROLLAMOUNT | SCROLLDELAY
<MARQUEE BGCOLOR="#99CCFF" HEIGHT="80" WIDTH="40%">
My page
</MARQUEE>

ALIGN         top, middle bottom

Welcome to
<MARQUEE BGCOLOR="#99CCFF" HEIGHT="80" WIDTH=“200" 
ALIGN="middle“>  Computer Department
< /MARQUEE>
Have a good time.
10
HSPACE          VSPACE
Welcome to
<MARQUEE BGCOLOR="#99CCFF" HEIGHT="80" WIDTH="40%" HSPACE="30">
My site
< /MARQUEE>
Have a good time.

 BEHAVIOR          (scroll, slide, alternate)
<MARQUEE BGCOLOR="#99CCFF" WIDTH="80%" 
BEHAVIOR="alternate">
Welcome 
< /MARQUEE>



 11
DIRECTION
<MARQUEE BGCOLOR="#99CCFF" WIDTH="80%" 
DIRECTION="right">
Welcome
< /MARQUEE>

      LOOP             “2,3………          ‐1  ,Infinite

      <MARQUEE BGCOLOR="#99CCFF" WIDTH="80%" 
      DIRECTION="right" LOOP="3">
      Welcome 
      < /MARQUEE>

 12
SCROLLAMOUNT            Value in pixel

<MARQUEE SCROLLAMOUNT="10"> HTML < /MARQUEE>

<MARQUEE SCROLLAMOUNT=“200"> HTML < /MARQUEE>

     SCROLLDELAY          Value in msec
<MARQUEE SCROLLAMOUNT="1" SCROLLDELAY="500"> HTML < /MARQUEE>

<MARQUEE SCROLLAMOUNT="50" SCROLLDELAY="500"> HTML < /MARQUEE>

<MARQUEE SCROLLAMOUNT="100" SCROLLDELAY="500"> HTML < /MARQUEE>

<MARQUEE SCROLLAMOUNT="200" SCROLLDELAY="500"> HTML < /MARQUEE>



13
Multimedia
  <BGSOUND>
  <BGSOUND SRC=“file_name.mid" LOOP="infinite">
  <BGSOUND SRC="file_name.mid" LOOP="3">
  <A HREF=“f1.mid">  download  this file    </A>
      <EMBED>
<EMBED SRC="Mediafile_name.MID" AUTOSTART="false" 
LOOP="false" HEIGHT="45"
WIDTH="170"><NOEMBED>You Must Have QuickTime Program 
you can download it from
http://www.quicktime.com</NOEMBED>



 14

More Related Content

What's hot

Documentation For Tab Setup
Documentation For Tab SetupDocumentation For Tab Setup
Documentation For Tab Setupvkeeton
 
ADO.NET Entity Framework by Jose A. Blakeley and Michael Pizzo
ADO.NET Entity Framework by Jose A. Blakeley and Michael PizzoADO.NET Entity Framework by Jose A. Blakeley and Michael Pizzo
ADO.NET Entity Framework by Jose A. Blakeley and Michael PizzoHasnain Iqbal
 
Ôn tập KTTMDT
Ôn tập KTTMDTÔn tập KTTMDT
Ôn tập KTTMDTmrcoffee282
 
Html 5-tables-forms-frames (1)
Html 5-tables-forms-frames (1)Html 5-tables-forms-frames (1)
Html 5-tables-forms-frames (1)club23
 
ALPHA Script - XML Model
ALPHA Script - XML ModelALPHA Script - XML Model
ALPHA Script - XML ModelPROBOTEK
 
Html5 forms input types
Html5 forms input typesHtml5 forms input types
Html5 forms input typessinhacp
 
Anko試食会
Anko試食会Anko試食会
Anko試食会susan335
 
XML Business Rules Validation with Schematron
XML Business Rules Validation with SchematronXML Business Rules Validation with Schematron
XML Business Rules Validation with SchematronEmiel Paasschens
 
Caracteristicas Basicas De Htlm
Caracteristicas Basicas De HtlmCaracteristicas Basicas De Htlm
Caracteristicas Basicas De HtlmMaria S Rivera
 

What's hot (17)

Web 6 | JavaScript DOM
Web 6 | JavaScript DOMWeb 6 | JavaScript DOM
Web 6 | JavaScript DOM
 
Documentation For Tab Setup
Documentation For Tab SetupDocumentation For Tab Setup
Documentation For Tab Setup
 
HTML and CSS part 2
HTML and CSS part 2HTML and CSS part 2
HTML and CSS part 2
 
Xaml programming
Xaml programmingXaml programming
Xaml programming
 
Web 5 | JavaScript Events
Web 5 | JavaScript EventsWeb 5 | JavaScript Events
Web 5 | JavaScript Events
 
ADO.NET Entity Framework by Jose A. Blakeley and Michael Pizzo
ADO.NET Entity Framework by Jose A. Blakeley and Michael PizzoADO.NET Entity Framework by Jose A. Blakeley and Michael Pizzo
ADO.NET Entity Framework by Jose A. Blakeley and Michael Pizzo
 
Ôn tập KTTMDT
Ôn tập KTTMDTÔn tập KTTMDT
Ôn tập KTTMDT
 
Html 5-tables-forms-frames (1)
Html 5-tables-forms-frames (1)Html 5-tables-forms-frames (1)
Html 5-tables-forms-frames (1)
 
ALPHA Script - XML Model
ALPHA Script - XML ModelALPHA Script - XML Model
ALPHA Script - XML Model
 
Dropdown List in PHP
Dropdown List in PHPDropdown List in PHP
Dropdown List in PHP
 
Validation
ValidationValidation
Validation
 
17. delete data
17. delete data17. delete data
17. delete data
 
Polymer
PolymerPolymer
Polymer
 
Html5 forms input types
Html5 forms input typesHtml5 forms input types
Html5 forms input types
 
Anko試食会
Anko試食会Anko試食会
Anko試食会
 
XML Business Rules Validation with Schematron
XML Business Rules Validation with SchematronXML Business Rules Validation with Schematron
XML Business Rules Validation with Schematron
 
Caracteristicas Basicas De Htlm
Caracteristicas Basicas De HtlmCaracteristicas Basicas De Htlm
Caracteristicas Basicas De Htlm
 

Viewers also liked

Understanding the Role of Thermography in Energy Auditing: Current Practices...
 Understanding the Role of Thermography in Energy Auditing: Current Practices... Understanding the Role of Thermography in Energy Auditing: Current Practices...
Understanding the Role of Thermography in Energy Auditing: Current Practices...Matthew Louis Mauriello
 
Mobile computing-tcp data flow control
Mobile computing-tcp data flow controlMobile computing-tcp data flow control
Mobile computing-tcp data flow controlSushant Kushwaha
 
Mobile Ad-hoc Network (MANET) Routing Algorithms─ Part 1
Mobile Ad-hoc Network (MANET) Routing Algorithms─ Part 1Mobile Ad-hoc Network (MANET) Routing Algorithms─ Part 1
Mobile Ad-hoc Network (MANET) Routing Algorithms─ Part 1Sushant Kushwaha
 
Software Testing - Defect Metrics & Analysis
Software Testing - Defect Metrics & AnalysisSoftware Testing - Defect Metrics & Analysis
Software Testing - Defect Metrics & AnalysisOAK Systems Pvt Ltd
 

Viewers also liked (6)

Understanding the Role of Thermography in Energy Auditing: Current Practices...
 Understanding the Role of Thermography in Energy Auditing: Current Practices... Understanding the Role of Thermography in Energy Auditing: Current Practices...
Understanding the Role of Thermography in Energy Auditing: Current Practices...
 
Lect4
Lect4Lect4
Lect4
 
Lecture9
Lecture9Lecture9
Lecture9
 
Mobile computing-tcp data flow control
Mobile computing-tcp data flow controlMobile computing-tcp data flow control
Mobile computing-tcp data flow control
 
Mobile Ad-hoc Network (MANET) Routing Algorithms─ Part 1
Mobile Ad-hoc Network (MANET) Routing Algorithms─ Part 1Mobile Ad-hoc Network (MANET) Routing Algorithms─ Part 1
Mobile Ad-hoc Network (MANET) Routing Algorithms─ Part 1
 
Software Testing - Defect Metrics & Analysis
Software Testing - Defect Metrics & AnalysisSoftware Testing - Defect Metrics & Analysis
Software Testing - Defect Metrics & Analysis
 

Similar to Form

Creating web api and consuming part 2
Creating web api and consuming part 2Creating web api and consuming part 2
Creating web api and consuming part 2Dipendra Shekhawat
 
Ex[1].3 php db connectivity
Ex[1].3 php db connectivityEx[1].3 php db connectivity
Ex[1].3 php db connectivityMouli Chandira
 
Php code for online quiz
Php code for online quizPhp code for online quiz
Php code for online quizhnyb1002
 
Web Design Course - Lecture 6 - HTML form and form validation
Web Design Course - Lecture 6 - HTML form and form validationWeb Design Course - Lecture 6 - HTML form and form validation
Web Design Course - Lecture 6 - HTML form and form validationAl-Mamun Sarkar
 
Skills development: HTML Code
Skills development: HTML CodeSkills development: HTML Code
Skills development: HTML Codegab0804080
 
Java script form validation
Java script  form validationJava script  form validation
Java script form validationAbhishekMondal42
 
HTML Powerpoint-Jeffrey C. Johnson III
HTML Powerpoint-Jeffrey C. Johnson IIIHTML Powerpoint-Jeffrey C. Johnson III
HTML Powerpoint-Jeffrey C. Johnson IIIjeffcarlj
 
HTML Powerpoint- Jeffrey C Johnson III
HTML Powerpoint- Jeffrey C Johnson IIIHTML Powerpoint- Jeffrey C Johnson III
HTML Powerpoint- Jeffrey C Johnson IIIjeffcarlj
 
Practical file(XHTML)web designing
Practical file(XHTML)web designingPractical file(XHTML)web designing
Practical file(XHTML)web designingArtiSolanki5
 
QCon 2015 - Thinking in components: A new paradigm for Web UI
QCon 2015 - Thinking in components: A new paradigm for Web UIQCon 2015 - Thinking in components: A new paradigm for Web UI
QCon 2015 - Thinking in components: A new paradigm for Web UIOliver Häger
 
data insert in codeigniter.pptx
data insert in codeigniter.pptxdata insert in codeigniter.pptx
data insert in codeigniter.pptxfeesfesfesf
 

Similar to Form (20)

Creating web api and consuming part 2
Creating web api and consuming part 2Creating web api and consuming part 2
Creating web api and consuming part 2
 
phptut2
phptut2phptut2
phptut2
 
phptut2
phptut2phptut2
phptut2
 
phptut2
phptut2phptut2
phptut2
 
Ex[1].3 php db connectivity
Ex[1].3 php db connectivityEx[1].3 php db connectivity
Ex[1].3 php db connectivity
 
Php code for online quiz
Php code for online quizPhp code for online quiz
Php code for online quiz
 
Update statement in PHP
Update statement in PHPUpdate statement in PHP
Update statement in PHP
 
Web Design Course - Lecture 6 - HTML form and form validation
Web Design Course - Lecture 6 - HTML form and form validationWeb Design Course - Lecture 6 - HTML form and form validation
Web Design Course - Lecture 6 - HTML form and form validation
 
Skills development: HTML Code
Skills development: HTML CodeSkills development: HTML Code
Skills development: HTML Code
 
Java script form validation
Java script  form validationJava script  form validation
Java script form validation
 
Emmet cheat-sheet
Emmet cheat-sheetEmmet cheat-sheet
Emmet cheat-sheet
 
Practica n° 7
Practica n° 7Practica n° 7
Practica n° 7
 
HTML Powerpoint-Jeffrey C. Johnson III
HTML Powerpoint-Jeffrey C. Johnson IIIHTML Powerpoint-Jeffrey C. Johnson III
HTML Powerpoint-Jeffrey C. Johnson III
 
HTML Powerpoint- Jeffrey C Johnson III
HTML Powerpoint- Jeffrey C Johnson IIIHTML Powerpoint- Jeffrey C Johnson III
HTML Powerpoint- Jeffrey C Johnson III
 
Practical file(XHTML)web designing
Practical file(XHTML)web designingPractical file(XHTML)web designing
Practical file(XHTML)web designing
 
QCon 2015 - Thinking in components: A new paradigm for Web UI
QCon 2015 - Thinking in components: A new paradigm for Web UIQCon 2015 - Thinking in components: A new paradigm for Web UI
QCon 2015 - Thinking in components: A new paradigm for Web UI
 
Sessionex1
Sessionex1Sessionex1
Sessionex1
 
data insert in codeigniter.pptx
data insert in codeigniter.pptxdata insert in codeigniter.pptx
data insert in codeigniter.pptx
 
course js day 3
course js day 3course js day 3
course js day 3
 
1cst
1cst1cst
1cst
 

More from tt_aljobory (20)

Homework 2 sol
Homework 2 solHomework 2 sol
Homework 2 sol
 
Lecture12
Lecture12Lecture12
Lecture12
 
Lecture11
Lecture11Lecture11
Lecture11
 
Lecture10
Lecture10Lecture10
Lecture10
 
Lecture7
Lecture7Lecture7
Lecture7
 
Lecture8
Lecture8Lecture8
Lecture8
 
Lecture6
Lecture6Lecture6
Lecture6
 
Lecture5
Lecture5Lecture5
Lecture5
 
Lecture4
Lecture4Lecture4
Lecture4
 
Lecture3
Lecture3Lecture3
Lecture3
 
Lecture2
Lecture2Lecture2
Lecture2
 
Lecture1
Lecture1Lecture1
Lecture1
 
Lecture 1
Lecture 1Lecture 1
Lecture 1
 
Good example on ga
Good example on gaGood example on ga
Good example on ga
 
Lect3
Lect3Lect3
Lect3
 
Lect4
Lect4Lect4
Lect4
 
Above theclouds
Above thecloudsAbove theclouds
Above theclouds
 
Inet prog
Inet progInet prog
Inet prog
 
8051 experiments1
8051 experiments18051 experiments1
8051 experiments1
 
63071507 interrupts-up
63071507 interrupts-up63071507 interrupts-up
63071507 interrupts-up
 

Recently uploaded

Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationRadu Cotescu
 
Benefits Of Flutter Compared To Other Frameworks
Benefits Of Flutter Compared To Other FrameworksBenefits Of Flutter Compared To Other Frameworks
Benefits Of Flutter Compared To Other FrameworksSoftradix Technologies
 
Handwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsHandwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsMaria Levchenko
 
[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdfhans926745
 
Salesforce Community Group Quito, Salesforce 101
Salesforce Community Group Quito, Salesforce 101Salesforce Community Group Quito, Salesforce 101
Salesforce Community Group Quito, Salesforce 101Paola De la Torre
 
08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking MenDelhi Call girls
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationMichael W. Hawkins
 
Azure Monitor & Application Insight to monitor Infrastructure & Application
Azure Monitor & Application Insight to monitor Infrastructure & ApplicationAzure Monitor & Application Insight to monitor Infrastructure & Application
Azure Monitor & Application Insight to monitor Infrastructure & ApplicationAndikSusilo4
 
Enhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for PartnersEnhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for PartnersThousandEyes
 
Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...
Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...
Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...HostedbyConfluent
 
Presentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreterPresentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreternaman860154
 
Maximizing Board Effectiveness 2024 Webinar.pptx
Maximizing Board Effectiveness 2024 Webinar.pptxMaximizing Board Effectiveness 2024 Webinar.pptx
Maximizing Board Effectiveness 2024 Webinar.pptxOnBoard
 
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking MenDelhi Call girls
 
Human Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsHuman Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsMark Billinghurst
 
How to convert PDF to text with Nanonets
How to convert PDF to text with NanonetsHow to convert PDF to text with Nanonets
How to convert PDF to text with Nanonetsnaman860154
 
IAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsIAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsEnterprise Knowledge
 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)Gabriella Davis
 
Pigging Solutions Piggable Sweeping Elbows
Pigging Solutions Piggable Sweeping ElbowsPigging Solutions Piggable Sweeping Elbows
Pigging Solutions Piggable Sweeping ElbowsPigging Solutions
 
My Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationMy Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationRidwan Fadjar
 
08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking MenDelhi Call girls
 

Recently uploaded (20)

Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organization
 
Benefits Of Flutter Compared To Other Frameworks
Benefits Of Flutter Compared To Other FrameworksBenefits Of Flutter Compared To Other Frameworks
Benefits Of Flutter Compared To Other Frameworks
 
Handwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsHandwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed texts
 
[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf
 
Salesforce Community Group Quito, Salesforce 101
Salesforce Community Group Quito, Salesforce 101Salesforce Community Group Quito, Salesforce 101
Salesforce Community Group Quito, Salesforce 101
 
08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day Presentation
 
Azure Monitor & Application Insight to monitor Infrastructure & Application
Azure Monitor & Application Insight to monitor Infrastructure & ApplicationAzure Monitor & Application Insight to monitor Infrastructure & Application
Azure Monitor & Application Insight to monitor Infrastructure & Application
 
Enhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for PartnersEnhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for Partners
 
Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...
Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...
Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...
 
Presentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreterPresentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreter
 
Maximizing Board Effectiveness 2024 Webinar.pptx
Maximizing Board Effectiveness 2024 Webinar.pptxMaximizing Board Effectiveness 2024 Webinar.pptx
Maximizing Board Effectiveness 2024 Webinar.pptx
 
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
 
Human Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsHuman Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR Systems
 
How to convert PDF to text with Nanonets
How to convert PDF to text with NanonetsHow to convert PDF to text with Nanonets
How to convert PDF to text with Nanonets
 
IAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsIAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI Solutions
 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)
 
Pigging Solutions Piggable Sweeping Elbows
Pigging Solutions Piggable Sweeping ElbowsPigging Solutions Piggable Sweeping Elbows
Pigging Solutions Piggable Sweeping Elbows
 
My Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationMy Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 Presentation
 
08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men
 

Form

  • 1. <FORM  ACTION="name&_address_of_CGI_script" METHOD="get"> .. </FORM> <FORM ACTION="mailto:someone@domain.com" METHOD="post">  .. </FORM> Common Gateway Interface Elements inside a form are introduced by the  <input> tag type=“hidden” name=“variable name or field name ”  value=“value  that  sends  to the server” type =“text” name=“” value =“” size=“25” type =“submit” value =“” type =“reset” value =“” type =“checkbox” value =“” name=“” 1
  • 3. Form example I Data that would send to server but do  not display on screen <FORM > <input type="hidden" name=“title" value="Feedback" /> <p><label>Name: <input type= "text" name= "name" size="25" maxlength="30"/> </label> send the input the textbox to server </p> <input type= "submit" value="Submit your entries"/> <input type= "reset" value="Clear Your Entries"/> </FORM > clear the content of textbox 3
  • 4. Form example II WRAP=“off” "virtual" "physical" Masked by asterisk Space is counted here <p><label>Comments:<br /> <textarea name= "comments" rows="4" cols="36“WRAP=“off"> Enter your comments here. </textarea> </label></p> <p><label>Please input your password: <input name= "secret" type="password" size="25"/> </label></p> <input type= "submit" value="Submit Your Entries"/> <input type= "reset" value="Clear Your Entries"/> 4
  • 5. <form> <input name="color" type="radio" value="Green" CHECKED> <input name="color" type="radio" value="black“> <input name="color" type="radio" value="blue“> <input name="color" type="radio" value="red“> </form> If we choose 3rd choice then the form reached is:        Color=blue  <form> <input type="checkbox" name="ws" value="yes" CHECKED>Winamp <input type="checkbox" name="ps" value="yes">Photoshop <input type="checkbox" name="acd" value="yes" CHECKED>ACDSee <input type="checkbox" name="all" value="yes">All </form> If checkboxes belong to the same group then name will be the same 5
  • 6. Form example IV The “selected” value here mean  Amazing is selected default value <p><label>Rate our site: <select name= "rating“ SIZE="4" > <option value=“Amazing” selected="selected">Amazing</option> <option value=“3”>3</option> <option value=“2”>2</option> Change to default value  when reset <option value=“1”>1</option> <option value=“0”>0</option> </select></p> <input type= "submit" value="Submit Your Entries"/> <input type= "reset" value="Clear Your Entries"/> <select name= "rating“ SIZE="4"  MULTIPLE> 6
  • 7. <FORM ...> <TABLE BORDER="0"> <TR> <TD>Please enter your name : </TD> <TD> <INPUT TYPE="text" NAME="the name" VALUE="" SIZE="40"  MAXLENGTH="30"> </TD></TR> <TR> <TD>Please enter your password :</TD> <TD> <INPUT TYPE="password" NAME="the password" VALUE=""  SIZE="40" MAXLENGTH="30"> </TD></TR> </TABLE> </FORM> 7
  • 8. <meta name="keywords" http‐equiv="keywords“ content=“game,image,programs,courses”> <meta name="content‐type" http‐equiv="content‐type"∙ content="text/html; cahrset=windows‐1256"> <html dir="rtl"> 8
  • 10. BGCOLOR | HEIGHT | WIDTH | ALIGN | HSPACE  | VSPACE | BEHAVIOR | DIRECTION | LOOP | SCROLLAMOUNT | SCROLLDELAY <MARQUEE BGCOLOR="#99CCFF" HEIGHT="80" WIDTH="40%"> My page </MARQUEE> ALIGN top, middle bottom Welcome to <MARQUEE BGCOLOR="#99CCFF" HEIGHT="80" WIDTH=“200"  ALIGN="middle“>  Computer Department < /MARQUEE> Have a good time. 10
  • 11. HSPACE VSPACE Welcome to <MARQUEE BGCOLOR="#99CCFF" HEIGHT="80" WIDTH="40%" HSPACE="30"> My site < /MARQUEE> Have a good time. BEHAVIOR (scroll, slide, alternate) <MARQUEE BGCOLOR="#99CCFF" WIDTH="80%"  BEHAVIOR="alternate"> Welcome  < /MARQUEE> 11
  • 12. DIRECTION <MARQUEE BGCOLOR="#99CCFF" WIDTH="80%"  DIRECTION="right"> Welcome < /MARQUEE> LOOP “2,3………          ‐1  ,Infinite <MARQUEE BGCOLOR="#99CCFF" WIDTH="80%"  DIRECTION="right" LOOP="3"> Welcome  < /MARQUEE> 12
  • 13. SCROLLAMOUNT Value in pixel <MARQUEE SCROLLAMOUNT="10"> HTML < /MARQUEE> <MARQUEE SCROLLAMOUNT=“200"> HTML < /MARQUEE> SCROLLDELAY Value in msec <MARQUEE SCROLLAMOUNT="1" SCROLLDELAY="500"> HTML < /MARQUEE> <MARQUEE SCROLLAMOUNT="50" SCROLLDELAY="500"> HTML < /MARQUEE> <MARQUEE SCROLLAMOUNT="100" SCROLLDELAY="500"> HTML < /MARQUEE> <MARQUEE SCROLLAMOUNT="200" SCROLLDELAY="500"> HTML < /MARQUEE> 13
  • 14. Multimedia <BGSOUND> <BGSOUND SRC=“file_name.mid" LOOP="infinite"> <BGSOUND SRC="file_name.mid" LOOP="3"> <A HREF=“f1.mid">  download  this file    </A> <EMBED> <EMBED SRC="Mediafile_name.MID" AUTOSTART="false"  LOOP="false" HEIGHT="45" WIDTH="170"><NOEMBED>You Must Have QuickTime Program  you can download it from http://www.quicktime.com</NOEMBED> 14