Python Forum
General advice web application - flask - database - cms
Thread Rating:
  • 1 Vote(s) - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
General advice web application - flask - database - cms
#4
In your browser, you can disable javascript. If you do that, most sites still work (including this one).

html has a <form> tag, and if there's a <input type="submit" /> tag within the form, then clicking that button will send the form's contents to the server. Which is how the entire internet worked before the cancer javascript spread as much as it has.

What you WOULD use javascript for, is to display a spinner, or "please wait" message while the form is being sent. It makes things nicer to work with, but it isn't required for it to work.
Reply


Messages In This Thread
RE: General advice web application - flask - database - cms - by nilamo - Jan-16-2018, 04:46 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Flask: sqlalchemy.exc.OperationalError: (sqlite3.OperationalError) database is locked pythonpaul32 1 2,088 Apr-04-2023, 07:44 AM
Last Post: Larz60+
  Flask and SQLAlchemy question: Database is being created but tables aren't adding pythonpaul32 3 4,592 Feb-07-2023, 10:48 AM
Last Post: pythonpaul32
  Flask/non-flask database sharing MorganSamage 2 1,169 Feb-03-2023, 12:05 PM
Last Post: MorganSamage
  Python Desktop Application that will connect o Azure SQL Database thewolf 7 4,502 Feb-26-2021, 01:33 AM
Last Post: thewolf
  Flask export/upload database table in cvs/xlsx format steve87bg 4 6,809 Jun-19-2020, 01:46 PM
Last Post: steve87bg
  MySQL Database Flask maurosmartins 0 1,812 Oct-03-2019, 10:56 AM
Last Post: maurosmartins
  [Flask] No application found. SheeppOSU 1 3,122 Jun-01-2019, 02:58 PM
Last Post: SheeppOSU
  Read Save RadioButtons from Database in Python Flask Webpage Gary8877 0 7,142 Apr-11-2019, 12:33 AM
Last Post: Gary8877
  flask sqlite jinja accessing and updating database help pascale 5 4,114 Feb-11-2019, 03:49 PM
Last Post: pascale
  how i save the html form to flask database mebaysan 1 7,281 Feb-07-2019, 12:56 AM
Last Post: snippsat

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020