COMP 307 Principles of Web Development Mini Assignment 9 solution

$24.99

Original Work ?

Download Details:

  • Name: A9-python-backend-v69zld.zip
  • Type: zip
  • Size: 1.00 MB

Category: You will Instantly receive a download link upon Payment||Click Original Work Button for Custom work

Description

5/5 - (3 votes)

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