Purdue Northwest
CS 33600
Network Programming
Spring, 2025
A Tiny (somewhat) Dynamic Web Site

Use the F12 key to open either Chrome DevTools or Firefox DevTools.

Go to the Network tab.

Reload this page. Watch the browser communicate, in HTTP, with the server.

Use the mouse to right-click on this page and then choose "View page source".

Hover the mouse over the following image and then click on the image.

Child Anakin
Young Anakin Darth Vader

Test the GET method in an HTML form.

Data:
Range:
Date:
Color:
Radio:

Test the CGI GET method in an HTML form.

Data:
Date:
Select:

Try the POST page.

Go to static2.html

Go to post.html

Go to test folder