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

🐬 The future of MySQL is Postgres 🐘
🐬  The future of MySQL is Postgres   🐘🐬  The future of MySQL is Postgres   🐘
🐬 The future of MySQL is Postgres 🐘RTylerCroy
 
Automating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps ScriptAutomating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps Scriptwesley chun
 
Boost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfBoost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfsudhanshuwaghmare1
 
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationSafe Software
 
Boost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityBoost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityPrincipled Technologies
 
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...apidays
 
Top 5 Benefits OF Using Muvi Live Paywall For Live Streams
Top 5 Benefits OF Using Muvi Live Paywall For Live StreamsTop 5 Benefits OF Using Muvi Live Paywall For Live Streams
Top 5 Benefits OF Using Muvi Live Paywall For Live StreamsRoshan Dwivedi
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerThousandEyes
 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonAnna Loughnan Colquhoun
 
MINDCTI Revenue Release Quarter One 2024
MINDCTI Revenue Release Quarter One 2024MINDCTI Revenue Release Quarter One 2024
MINDCTI Revenue Release Quarter One 2024MIND CTI
 
Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)wesley chun
 
HTML Injection Attacks: Impact and Mitigation Strategies
HTML Injection Attacks: Impact and Mitigation StrategiesHTML Injection Attacks: Impact and Mitigation Strategies
HTML Injection Attacks: Impact and Mitigation StrategiesBoston Institute of Analytics
 
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
 
TrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data DiscoveryTrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data DiscoveryTrustArc
 
Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024The Digital Insurer
 
Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024The Digital Insurer
 
presentation ICT roal in 21st century education
presentation ICT roal in 21st century educationpresentation ICT roal in 21st century education
presentation ICT roal in 21st century educationjfdjdjcjdnsjd
 
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Miguel Araújo
 
Top 10 Most Downloaded Games on Play Store in 2024
Top 10 Most Downloaded Games on Play Store in 2024Top 10 Most Downloaded Games on Play Store in 2024
Top 10 Most Downloaded Games on Play Store in 2024SynarionITSolutions
 

Recently uploaded (20)

🐬 The future of MySQL is Postgres 🐘
🐬  The future of MySQL is Postgres   🐘🐬  The future of MySQL is Postgres   🐘
🐬 The future of MySQL is Postgres 🐘
 
Automating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps ScriptAutomating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps Script
 
Boost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfBoost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdf
 
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
 
Boost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityBoost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivity
 
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
 
Top 5 Benefits OF Using Muvi Live Paywall For Live Streams
Top 5 Benefits OF Using Muvi Live Paywall For Live StreamsTop 5 Benefits OF Using Muvi Live Paywall For Live Streams
Top 5 Benefits OF Using Muvi Live Paywall For Live Streams
 
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected Worker
 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt Robison
 
MINDCTI Revenue Release Quarter One 2024
MINDCTI Revenue Release Quarter One 2024MINDCTI Revenue Release Quarter One 2024
MINDCTI Revenue Release Quarter One 2024
 
Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)
 
HTML Injection Attacks: Impact and Mitigation Strategies
HTML Injection Attacks: Impact and Mitigation StrategiesHTML Injection Attacks: Impact and Mitigation Strategies
HTML Injection Attacks: Impact and Mitigation Strategies
 
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
 
TrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data DiscoveryTrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
 
Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024
 
Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024
 
presentation ICT roal in 21st century education
presentation ICT roal in 21st century educationpresentation ICT roal in 21st century education
presentation ICT roal in 21st century education
 
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
 
Top 10 Most Downloaded Games on Play Store in 2024
Top 10 Most Downloaded Games on Play Store in 2024Top 10 Most Downloaded Games on Play Store in 2024
Top 10 Most Downloaded Games on Play Store in 2024
 

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