Sale!

COMP 307 Principles of Web Development Mini Assignment 9 solved

Original price was: $35.00.Current price is: $35.00. $21.00

Category: You will receive a download link of the .ZIP file upon Payment

Description

5/5 - (1 vote)

In this mini assignment:
• You do not need to make your webpage:
o Pretty
o Interactive
o Responsive
• You must do:
o Asynchronous

o Calls a Python program
o That uses an CSV text file as a database
o Runs in the public_html folder in the SOCS server under your account
Please do the following:
Your job is to redo mini 8 but this time use an asynchronous AJAX call to invoke a Python
program.
There is also an optional glory question.
Your job is to (non-glory question):
1. If you have not already created your public_html directory in the SOCS server then please
do so. You may need to do Exercise 1 from Lab 1.
2. Login to your account using ssh or putty
3. Now cd into public_html
4. Next vi loginAsyc.html, and create a simple form with the following:

Please
Login

then a programmatic form (but not a

) that displays one text input and
one password input. The text input displays “Username:” and the password input displays
“Password:” (without the quotes). More specifically, the word Username: is followed by a
textbox then a new line and the word Password: with a password input box following.
Below these two input boxes display a submit