Forms in HTML
-
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.
-
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.
Use hidden varaibles :rose:
-
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.
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 -
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.
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
-
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.
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