A web page includes the following form for user registration: Ime: Priimek: a) Write the contents of a web request when user enters the data and clicks the >>Pošlji<< button! b) How would the request differ if the »post«< method were used instead?

New Perspectives on HTML5, CSS3, and JavaScript
6th Edition
ISBN:9781305503922
Author:Patrick M. Carey
Publisher:Patrick M. Carey
Chapter13: Programming For Web Forms: Creatings Forms For Orders And Pa
Section13.2: Visual Overview: Passing Data Between Forms
Problem 3QC
icon
Related questions
Question
A web page includes the following form for user registration:
<form action="http://www.trgovina.si/registracija" method="get">
<p>Ime: <input maxLength=256 name="ime"></p>
<p>Priimek: <input maxlength=256 name="priimek"></p>
<p><input type=submit value="Pošlji" name="gumb"></p>
</form>
a) Write the contents of a web request when user enters the data and clicks the
>>Pošlji<< button!
b) How would the request differ if the »post« method were used instead?
Transcribed Image Text:A web page includes the following form for user registration: <form action="http://www.trgovina.si/registracija" method="get"> <p>Ime: <input maxLength=256 name="ime"></p> <p>Priimek: <input maxlength=256 name="priimek"></p> <p><input type=submit value="Pošlji" name="gumb"></p> </form> a) Write the contents of a web request when user enters the data and clicks the >>Pošlji<< button! b) How would the request differ if the »post« method were used instead?
Expert Solution
steps

Step by step

Solved in 4 steps

Blurred answer
Knowledge Booster
JQuery and Javascript
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
New Perspectives on HTML5, CSS3, and JavaScript
New Perspectives on HTML5, CSS3, and JavaScript
Computer Science
ISBN:
9781305503922
Author:
Patrick M. Carey
Publisher:
Cengage Learning