Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR HTML

Howt o get redirected to another page using a button in HTML using Python using Flask

<button type="button" onclick="window.location.href='{{ url_for( 'dataTablePage' , table='Y' ) }}';">Display Table Y</button>
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #Howt #redirected #page #button #HTML #Python #Flask
ADD COMMENT
Topic
Name
3+2 =