memorize all form's setting

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • artev

    memorize all form's setting

    when is load a page I have a form with some elements that are
    text, textfield, select, select multiple, checks, radios.
    where text and textfield are filled with some words,
    select have how first elements a specific option,
    checkboxses (some are checked) ..


    how I can memorize all this initilly settings and recall
    with a button if is necessary reinsert all?
  • =?ISO-8859-1?Q?=22=C1lvaro_G=2E_Vicario=22?=

    #2
    Re: memorize all form's setting

    artev escribió:
    when is load a page I have a form with some elements that are
    text, textfield, select, select multiple, checks, radios.
    where text and textfield are filled with some words,
    select have how first elements a specific option,
    checkboxses (some are checked) ..
    >
    >
    how I can memorize all this initilly settings and recall
    with a button if is necessary reinsert all?
    <input type="reset" value="Reset form">



    --
    -- http://alvaro.es - Álvaro G. Vicario - Burgos, Spain
    -- Mi sitio sobre programación web: http://bits.demogracia.com
    -- Mi web de humor al baño María: http://www.demogracia.com
    --

    Comment

    Working...