Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. Web Development
  3. Forms in HTML

Forms in HTML

Scheduled Pinned Locked Moved Web Development
javascripthtmldatabase
5 Posts 5 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • S Offline
    S Offline
    Shamsa Kanwal
    wrote on last edited by
    #1

    We have two html pages. First page contains various textboxes like name, date etc. in which user will enter the data i.e. the input.We need to display this data on another html page without using any database. How is it possible using javascript/html.

    M J K H 4 Replies Last reply
    0
    • S Shamsa Kanwal

      We have two html pages. First page contains various textboxes like name, date etc. in which user will enter the data i.e. the input.We need to display this data on another html page without using any database. How is it possible using javascript/html.

      M Offline
      M Offline
      Manas Bhardwaj
      wrote on last edited by
      #2

      Use hidden varaibles :rose:

      1 Reply Last reply
      0
      • S Shamsa Kanwal

        We have two html pages. First page contains various textboxes like name, date etc. in which user will enter the data i.e. the input.We need to display this data on another html page without using any database. How is it possible using javascript/html.

        J Offline
        J Offline
        JimmyRopes
        wrote on last edited by
        #3

        Shamsa Kanwal wrote:

        How is it possible using javascript/html.

        Javascript is a client side scripting language. What you need is a server side scripting language to process the transmitted form variables (transmitted via either get or post form method) and fill in the fields from the transmitted variables before sending the DHTML for the second page to the client's browser.

        Simply Elegant Designs JimmyRopes Designs
        Think inside the box! ProActive Secure Systems
        I'm on-line therefore I am. JimmyRopes

        1 Reply Last reply
        0
        • S Shamsa Kanwal

          We have two html pages. First page contains various textboxes like name, date etc. in which user will enter the data i.e. the input.We need to display this data on another html page without using any database. How is it possible using javascript/html.

          K Offline
          K Offline
          koolprasad2003
          wrote on last edited by
          #4

          hello frnd, after filling all the values on form no 1 place the button there named "Submit" and on submit click called a function in Javascript and use the Window.open() method and in that use the request.query string method it will open the form2 and display all the member on form 2 OR use the hidden variables, regards, koolprasad2003

          If the message is useful for U then please Rate This message... Be a good listener...Because Opprtunity knoughts softly...N-Joy

          1 Reply Last reply
          0
          • S Shamsa Kanwal

            We have two html pages. First page contains various textboxes like name, date etc. in which user will enter the data i.e. the input.We need to display this data on another html page without using any database. How is it possible using javascript/html.

            H Offline
            H Offline
            haggenx
            wrote on last edited by
            #5

            or in javascripts you could use cookies to save values and reload these datas in another page, sure, the guest must enabled the cookies in your navigator.

            Manuel say: Greetings from Mexico, Cuando salga el sol, no estare aqui... --------------------------------------- Web: http://www.otakuzone-fanzine.com Forum: http://www.otakuzone-fanzine.com/foro

            1 Reply Last reply
            0
            Reply
            • Reply as topic
            Log in to reply
            • Oldest to Newest
            • Newest to Oldest
            • Most Votes


            • Login

            • Don't have an account? Register

            • Login or register to search.
            • First post
              Last post
            0
            • Categories
            • Recent
            • Tags
            • Popular
            • World
            • Users
            • Groups