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

TrustArc Webinar - How to Build Consumer Trust Through Data Privacy
TrustArc Webinar - How to Build Consumer Trust Through Data PrivacyTrustArc Webinar - How to Build Consumer Trust Through Data Privacy
TrustArc Webinar - How to Build Consumer Trust Through Data PrivacyTrustArc
 
Take control of your SAP testing with UiPath Test Suite
Take control of your SAP testing with UiPath Test SuiteTake control of your SAP testing with UiPath Test Suite
Take control of your SAP testing with UiPath Test SuiteDianaGray10
 
How to write a Business Continuity Plan
How to write a Business Continuity PlanHow to write a Business Continuity Plan
How to write a Business Continuity PlanDatabarracks
 
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek SchlawackFwdays
 
Generative AI for Technical Writer or Information Developers
Generative AI for Technical Writer or Information DevelopersGenerative AI for Technical Writer or Information Developers
Generative AI for Technical Writer or Information DevelopersRaghuram Pandurangan
 
Sample pptx for embedding into website for demo
Sample pptx for embedding into website for demoSample pptx for embedding into website for demo
Sample pptx for embedding into website for demoHarshalMandlekar2
 
How AI, OpenAI, and ChatGPT impact business and software.
How AI, OpenAI, and ChatGPT impact business and software.How AI, OpenAI, and ChatGPT impact business and software.
How AI, OpenAI, and ChatGPT impact business and software.Curtis Poe
 
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024BookNet Canada
 
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024BookNet Canada
 
DevoxxFR 2024 Reproducible Builds with Apache Maven
DevoxxFR 2024 Reproducible Builds with Apache MavenDevoxxFR 2024 Reproducible Builds with Apache Maven
DevoxxFR 2024 Reproducible Builds with Apache MavenHervé Boutemy
 
The Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and ConsThe Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and ConsPixlogix Infotech
 
From Family Reminiscence to Scholarly Archive .
From Family Reminiscence to Scholarly Archive .From Family Reminiscence to Scholarly Archive .
From Family Reminiscence to Scholarly Archive .Alan Dix
 
SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024Lorenzo Miniero
 
DevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platformsDevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platformsSergiu Bodiu
 
Training state-of-the-art general text embedding
Training state-of-the-art general text embeddingTraining state-of-the-art general text embedding
Training state-of-the-art general text embeddingZilliz
 
Rise of the Machines: Known As Drones...
Rise of the Machines: Known As Drones...Rise of the Machines: Known As Drones...
Rise of the Machines: Known As Drones...Rick Flair
 
Time Series Foundation Models - current state and future directions
Time Series Foundation Models - current state and future directionsTime Series Foundation Models - current state and future directions
Time Series Foundation Models - current state and future directionsNathaniel Shimoni
 
SALESFORCE EDUCATION CLOUD | FEXLE SERVICES
SALESFORCE EDUCATION CLOUD | FEXLE SERVICESSALESFORCE EDUCATION CLOUD | FEXLE SERVICES
SALESFORCE EDUCATION CLOUD | FEXLE SERVICESmohitsingh558521
 
Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!Commit University
 
What is Artificial Intelligence?????????
What is Artificial Intelligence?????????What is Artificial Intelligence?????????
What is Artificial Intelligence?????????blackmambaettijean
 

Recently uploaded (20)

TrustArc Webinar - How to Build Consumer Trust Through Data Privacy
TrustArc Webinar - How to Build Consumer Trust Through Data PrivacyTrustArc Webinar - How to Build Consumer Trust Through Data Privacy
TrustArc Webinar - How to Build Consumer Trust Through Data Privacy
 
Take control of your SAP testing with UiPath Test Suite
Take control of your SAP testing with UiPath Test SuiteTake control of your SAP testing with UiPath Test Suite
Take control of your SAP testing with UiPath Test Suite
 
How to write a Business Continuity Plan
How to write a Business Continuity PlanHow to write a Business Continuity Plan
How to write a Business Continuity Plan
 
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
 
Generative AI for Technical Writer or Information Developers
Generative AI for Technical Writer or Information DevelopersGenerative AI for Technical Writer or Information Developers
Generative AI for Technical Writer or Information Developers
 
Sample pptx for embedding into website for demo
Sample pptx for embedding into website for demoSample pptx for embedding into website for demo
Sample pptx for embedding into website for demo
 
How AI, OpenAI, and ChatGPT impact business and software.
How AI, OpenAI, and ChatGPT impact business and software.How AI, OpenAI, and ChatGPT impact business and software.
How AI, OpenAI, and ChatGPT impact business and software.
 
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
 
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
 
DevoxxFR 2024 Reproducible Builds with Apache Maven
DevoxxFR 2024 Reproducible Builds with Apache MavenDevoxxFR 2024 Reproducible Builds with Apache Maven
DevoxxFR 2024 Reproducible Builds with Apache Maven
 
The Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and ConsThe Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and Cons
 
From Family Reminiscence to Scholarly Archive .
From Family Reminiscence to Scholarly Archive .From Family Reminiscence to Scholarly Archive .
From Family Reminiscence to Scholarly Archive .
 
SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024
 
DevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platformsDevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platforms
 
Training state-of-the-art general text embedding
Training state-of-the-art general text embeddingTraining state-of-the-art general text embedding
Training state-of-the-art general text embedding
 
Rise of the Machines: Known As Drones...
Rise of the Machines: Known As Drones...Rise of the Machines: Known As Drones...
Rise of the Machines: Known As Drones...
 
Time Series Foundation Models - current state and future directions
Time Series Foundation Models - current state and future directionsTime Series Foundation Models - current state and future directions
Time Series Foundation Models - current state and future directions
 
SALESFORCE EDUCATION CLOUD | FEXLE SERVICES
SALESFORCE EDUCATION CLOUD | FEXLE SERVICESSALESFORCE EDUCATION CLOUD | FEXLE SERVICES
SALESFORCE EDUCATION CLOUD | FEXLE SERVICES
 
Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!
 
What is Artificial Intelligence?????????
What is Artificial Intelligence?????????What is Artificial Intelligence?????????
What is Artificial Intelligence?????????
 

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