How to keep input value if user change current page in blogger

https://manajmnt-code.blogspot.com/2021/06/how-to-keep-input-value-if-user-change.html
to keep value if user open other link in current page you must be use text area tag to do this, look at this exemple :
  • write any words in textbox bellow ,
  • click to button to open other link ,
  • click to go back of browser.
  • you will be noted that your input value, it's kept


    Easy way to Create Autocomplete on an Input Field pure JavaScript

    https://manajmnt-code.blogspot.com/2021/05/easy-way-to-create-autocomplete-on.html
    In this code we learn how to create input field with autocomplete, we need to do this to Create input tag, datalist tag, and option tags with values from array words

    How to get color html code on change color input

    https://manajmnt-code.blogspot.com/2021/05/how-to-get-color-html-code-on-change.html
    in this code i will show how to get color html code on change color input

    How to make button with icon from image

    https://manajmnt-code.blogspot.com/2021/05/how-to-make-button-with-icon-from-image.html
    In this code iwill be share with you how to make button with icon from image, we use CSS background: url() property with <a> & <button>

    How-to create new HTML tag or custom HTML tag

    https://manajmnt-code.blogspot.com/2021/05/how-to-create-new-html-tag-or.html
    In this code, we learn how to create new tags or custom HTML tags. The idea is to create a custom style or function for this tag, because standard HTML tags are defined by browsers that define their own styles and functions. In this exemple we are create new tag <newtag></newtag> with costum style for explain

    building text editor template using html css js

    https://manajmnt-code.blogspot.com/2021/05/building-text-editor-template-using.html
    To build a text editor we need firstly an HTML template like this one

    this template content a buttons, dropdowns, div tag editable.
    the dropdown also content a command buttons to do something like open file, save, copy, paste, insert image...
    to do this, we need: file system accessAPI and clipboard api

    How to run JavaScript function when option selected

    https://manajmnt-code.blogspot.com/2021/04/how-to-run-javascript-function-when.html
    In this example we learn how to run javascript when option selected, we need to do this select and option tag in html, and change event and if condition in Javascript

    How-to create search bar like google using material icon

    https://manajmnt-code.blogspot.com/2021/04/how-to-create-search-bar-like-google.html
    In this example, we learn how to create search bar with icon like google, we use table tag and material icon library to do this.

    How to inject JavaScript into iframe tag

    https://manajmnt-code.blogspot.com/2021/04/how-to-inject-javascript-into-iframe-tag.html
    in this example we learn how to isert javascript function inside iframe.

    How-to paste text from clipboard automatically onload page

    https://manajmnt-code.blogspot.com/2021/04/how-to-paste-text-from-clipboard.html
    In this example we'll learn how to paste text from clipboard automatically inside specific textarea on page is loaded, we need textarea tag and clipboard API JavaScript code to do this.
    If you copied certain text, it will be pasted automatically in the text box.
    in Chrome browser asks for permission

    custom PayPal button html code

    https://manajmnt-code.blogspot.com/2021/04/custom-paypal-button-html-code.html
    I will share with you a professional PayPal button code in html and CSS with icon (font-awesome). look at this code below:
    html code for PayPal button with anchor
    html code for PayPal button with custom style CSS
    Donate button PayPal html code

    How-to run HTML, CSS, JS code in iframe from textarea value

    https://manajmnt-code.blogspot.com/2021/04/how-to-run-html-css-js-code-in-iframe.html
    In this code we will be share with you how to create simple editor with preview for HTML CSS and JavaScript codes, we need textarea to write code and iframe to preview

    Many ways to Creating text box in html

    https://manajmnt-code.blogspot.com/2021/04/many-ways-to-creating-text-box-in-html.html
    There are many ways to creating text box in HTML, here are some tricks for making the text appear inside a box.

    Trick 1: Create a text box using only HTML


    Trick 2: Create a text box using HTML&CSS

    There are two methods, create DIV or any TAG and then add a STYLE to it as follows:

    method 1

    specific tag:


    or:

    methods 2

    specific tag:


    Trick 3: Create a text box using HTML & JavaScript

    methods 1


    methods 2

    also, can you create style of specific class or tag with JavaScript

    How-to create table scroll to left & right with button in html

    https://manajmnt-code.blogspot.com/2021/04/how-to-create-table-scroll-to-left.html
    in this example we learn how-to create table scroll to left & right with button in html using CSS and JavaScript

    How to make input suggestion with html only (without JS or Jquery)

    https://manajmnt-code.blogspot.com/2021/04/how-to-make-input-suggestion-with-html.html
    In this post, I will be to share with you how to make input autocomplete with html only, without JavaScript, without jQuery, this is html trick you should take advantage of, let's get started

    How to make search button in html with icon

    https://manajmnt-code.blogspot.com/2021/04/how-to-make-search-button-in-html-with.html
    In this lesson, we will share with you How to make search button in html with icon (font-awesome). look at this code below:

    What will happen when we write something in the search box and then put pressure on the ok or the search button? When you write for example "new York" in the search box, then click OK, the URL will change to: https://www.yourdomine.com/search?q=new+york this is the role of attribute ( action="search" ) in form tag in html.

    How to make search button in html for external website (YouTube)



    output:

    Display page content of link on hover in popup using JavaScript

    https://manajmnt-code.blogspot.com/2021/04/display-page-content-of-link-on-hover.html
    on hover mouse show page content of link, in this example can you add many link in your article, will be added automatically frame tag for every link to show the content of page in popup using CSS & JavaScript

    Create smart table of contents with HTML and JavaScript

    https://manajmnt-code.blogspot.com/2021/04/create-smart-table-of-contents-with.html
    This script searches for h2 tags and then extracts links to these headings, the table of contents is generated before these headings

    Simple html responsive layout without using any library or framework

    https://manajmnt-code.blogspot.com/2021/04/simple-html-responsive-layout-without.html
    This is a simple, responsive, HTML template with different devices, designed with HTML and CSS only, containing the header and body that is divided into wrapper and sidebar and footer.

    Responsive Multi-level dropdown menu with search bar

    https://manajmnt-code.blogspot.com/2021/04/multi-level-dropdown-menu-responsive.html
    In this code, I'm going to share with you a responsive multi-level dropdown with search bar, so we need HTML, CSS, and JavaScript.
    Source code with preview: