473,414 Members | 2,019 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,414 software developers and data experts.

how web server stores form data?

When we click the submit button as the following form, my
understanding is it will submit the form to the web server,
and then open page2.jsp. My question is web server has
some area to store the name-value pairs?? I just want to understand
how it works internally.

<FORM ACTION="page2.jsp" METHOD="POST">
<INPUT TYPE="hidden" name="username" value="joe">
<INPUT TYPE="submit" value="submit form">
</FORM>

In page2.jsp
<%= request.getParameter("username") %>
Please advise. Thanks!!
Jul 19 '05 #1
3 1266
It's stored in memory. It's not written to a file or anything.

Ray at home

"Matt" <ma*******@hotmail.com> wrote in message
news:ud*************@TK2MSFTNGP12.phx.gbl...
When we click the submit button as the following form, my
understanding is it will submit the form to the web server,
and then open page2.jsp. My question is web server has
some area to store the name-value pairs?? I just want to understand
how it works internally.

<FORM ACTION="page2.jsp" METHOD="POST">
<INPUT TYPE="hidden" name="username" value="joe">
<INPUT TYPE="submit" value="submit form">
</FORM>

In page2.jsp
<%= request.getParameter("username") %>
Please advise. Thanks!!

Jul 19 '05 #2
Matt wrote on 25 aug 2004 in microsoft.public.inetserver.asp.general:
When we click the submit button as the following form, my
understanding is it will submit the form to the web server,
and then open page2.jsp. My question is web server has
some area to store the name-value pairs?? I just want to understand
how it works internally.

<FORM ACTION="page2.jsp" METHOD="POST">
<INPUT TYPE="hidden" name="username" value="joe">
<INPUT TYPE="submit" value="submit form">
</FORM>

In page2.jsp
<%= request.getParameter("username") %>


<%= request.form("username") %>
--
Evertjan.
The Netherlands.
(Please change the x'es to dots in my emailaddress,
but let us keep the discussions in the newsgroup)

Jul 19 '05 #3
You'll probably want to ask on a JSP newsgroup. This is an ASP newsgroup. In
ASP the form information is stored in memory in the Request object.

--
Mark Schupp
Head of Development
Integrity eLearning
www.ielearning.com
"Matt" <ma*******@hotmail.com> wrote in message
news:ud*************@TK2MSFTNGP12.phx.gbl...
When we click the submit button as the following form, my
understanding is it will submit the form to the web server,
and then open page2.jsp. My question is web server has
some area to store the name-value pairs?? I just want to understand
how it works internally.

<FORM ACTION="page2.jsp" METHOD="POST">
<INPUT TYPE="hidden" name="username" value="joe">
<INPUT TYPE="submit" value="submit form">
</FORM>

In page2.jsp
<%= request.getParameter("username") %>
Please advise. Thanks!!

Jul 19 '05 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

3
by: Melanie Black | last post by:
I am currently running a windows 2000 machine with asp, sql server, mail server, ftp server etc all on the same box. The site runs several hundred ecommerce stores. Recently the processor...
1
by: Ray Lavelle | last post by:
I have an application which runs in many different stores. Stores that are within a chain want to be able to share their client lists. I want to implement a sync process where each application...
6
by: Sriram | last post by:
Hi SQL Server Experts, I really need some help ASAP.I thank you in advance. We have an ASP/MS SQL Server Shopping cart application,developed by an independent developer.We really have a...
2
by: SSW | last post by:
Hi: In aspx.cs page i had written the code below. I have a button control and only create TextBox Control dynamically. LoadViewState is Never called. But when we put datagrid/DataList it...
1
by: Frank Millman | last post by:
Hi all I am developing a multi-user business/accounting application. It is coming along nicely :-), though rather slowly :-( I have hit an issue which will require a lot of changes to the code...
7
by: Sirplaya | last post by:
I am retrieving images that I stored in SQL Server on my web pages in C#. I have no problem with the images displaying, however, I am trying to wrap the image with an <A HREF ..." and each time I...
5
by: Jim Mandala | last post by:
Using Access 2003 front end; SQL Server 2005 Back end: I have a complex form that has lots of data fields including about thirty or so checkboxes storing Yes/No data that I would like my users...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...
0
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.