Exercise 11.2
This is Exercise #11.2, lecture on communicating with backend, used in the course IDATA2301 Web technologies at NTNU, campus Aalesund.
Purpose
The purpose of the exercise is try out creating an HTML form that submits data to an external website server.
Instructions
This part requires a bit of hacking - exploration of an existing website. The task is to create an external search field for jula.no.
- Create your own website with a text input field and a submit button. Make the title of the button "Det er Jula snart!"
- When the user presses the button, she should be redirected to Jula.no webpage and should see search results for the item that was entered in the text input.
-
For example, if the user has entered text
hammer
in the input field, after pressing the button the user must be redirected to this page.
See the solution page if you are unsure what is required here :)