Search
 
SCRIPT & CODE EXAMPLE
 

HTML

how to send the data through url in html without using the form

<!DOCTYPE html>
<html>
    <body>
        <form id="myform" method="post" action="/">
            {% csrf_token %}
            <input type="hidden" name="flag" value="2" />
            <a href="#" onclick="document.forms[0].submit();return false;">Let's go!</a>
        </form>
    </body>
</html>
Comment

PREVIOUS NEXT
Code Example
Html :: physical and logical tags in html 
Html :: strip newlines in jekyll 
Html :: how to create search bar in html with aria-label 
Html :: como crear una app con visual studio code 
Html :: h1Inne1rHtml is not defined at main 
Html :: eleventy loop over global data 
Html :: html button radio button 
Html :: docusign alternative 
Html :: can i use html in android studio 
Html :: html form date para fecha limitada 
Html :: Expected 0 spaces after opening bracket 
Html :: sticky footer css grids 
Html :: html count django model related_name 
Html :: bootstrap 4 vertical tabs responsive 
Html :: enter more than one function in onclick event js 
Html :: what is element in html 
Html :: themeforest html 
Html :: HTML tag to define an internal style sheet 
Html :: HTML Start Example 
Html :: common html tags 
Css :: center position fixed 
Css :: center div in middle of page 
Css :: make text not selectable 
Css :: css hide text if too long 
Css :: remove blue border on a input 
Css :: gradient text html 
Css :: css @media 
Css :: centering div horizontally 
Css :: responsive css 
Css :: css how do i remove highlighting 
ADD CONTENT
Topic
Content
Source link
Name
8+6 =