Click here to Skip to main content
15,896,557 members
Home / Discussions / Web Development
   

Web Development

 
AnswerRe: Will Atlas solve it ?? Pin
Guffa6-Sep-06 20:51
Guffa6-Sep-06 20:51 
GeneralRe: Will Atlas solve it ?? Pin
jagmit207-Sep-06 18:55
jagmit207-Sep-06 18:55 
QuestionBrowser Extension Pin
T John3-Sep-06 17:54
T John3-Sep-06 17:54 
AnswerRe: Browser Extension Pin
UltraCoder9-Oct-06 17:59
UltraCoder9-Oct-06 17:59 
Questionvalidation using Java Script Pin
abdelhameed813-Sep-06 7:05
abdelhameed813-Sep-06 7:05 
QuestionRe: validation using Java Script Pin
CWIZO5-Sep-06 2:51
CWIZO5-Sep-06 2:51 
QuestionPOSTing forms Pin
DagsmanIsTheMan1-Sep-06 23:55
DagsmanIsTheMan1-Sep-06 23:55 
AnswerRe: POSTing forms Pin
Guffa2-Sep-06 2:38
Guffa2-Sep-06 2:38 
DagsmanIsTheMan wrote:
When a user presses a submit button on an HTTP form, what is the flow of events that occur?


The data from the form fields are put as data in a POST request that is sent to the server. The server sends a page as response, which is loaded in the window that was specified as target for the form.

DagsmanIsTheMan wrote:
Is the form data automatically sent to the server without even asking the server if it wants it?


As it is sent as a request, it's not something that the server can decide if it want's or not. As long as it is a proper request, the server will respond to it in some way.

DagsmanIsTheMan wrote:
can you make the client skip few chuncks of the form data?


No. If there is anything in the form that you don't want to send, remove it from the form.

DagsmanIsTheMan wrote:
is it an asynchronous operation?


In some ways. It's handled asynchronuosly by the browser, but as the response generally replaces the current page it can't be handled asynchronuosly by the page.


---
b { font-weight: normal; }

GeneralRe: POSTing forms Pin
DagsmanIsTheMan3-Sep-06 5:55
DagsmanIsTheMan3-Sep-06 5:55 
QuestionHTML coding for different browsers? Pin
JUNEYT1-Sep-06 6:25
JUNEYT1-Sep-06 6:25 
AnswerRe: HTML coding for different browsers? Pin
User 17164921-Sep-06 9:17
professionalUser 17164921-Sep-06 9:17 
AnswerRe: HTML coding for different browsers? Pin
Guffa1-Sep-06 21:28
Guffa1-Sep-06 21:28 
QuestionFileUpload not working with Ajax Pin
sandeep kumar pundhir1-Sep-06 3:26
sandeep kumar pundhir1-Sep-06 3:26 
QuestionASP programming Pin
saxena_hemant1-Sep-06 2:40
saxena_hemant1-Sep-06 2:40 
QuestionHI all Pin
Arun Kumar Babu31-Aug-06 23:17
Arun Kumar Babu31-Aug-06 23:17 
AnswerRe: Useless subject Pin
Guffa1-Sep-06 10:54
Guffa1-Sep-06 10:54 
QuestionHi all Pin
Arun Kumar Babu31-Aug-06 23:15
Arun Kumar Babu31-Aug-06 23:15 
Questionlogical drive Pin
248912831-Aug-06 20:41
248912831-Aug-06 20:41 
AnswerRe: logical drive Pin
User 17164921-Sep-06 2:10
professionalUser 17164921-Sep-06 2:10 
Questiondirectory browser in java script using activeX control Pin
248912831-Aug-06 19:22
248912831-Aug-06 19:22 
AnswerRe: directory browser in java script using activeX control Pin
User 17164921-Sep-06 2:09
professionalUser 17164921-Sep-06 2:09 
QuestionDifferent html with wininet than I.E. Pin
EpicYeti30-Aug-06 10:07
EpicYeti30-Aug-06 10:07 
AnswerRe: Different html with wininet than I.E. Pin
Guffa30-Aug-06 18:51
Guffa30-Aug-06 18:51 
QuestionRe: Different html with wininet than I.E. [modified] Pin
EpicYeti31-Aug-06 4:05
EpicYeti31-Aug-06 4:05 
AnswerRe: Different html with wininet than I.E. Pin
Guffa31-Aug-06 11:30
Guffa31-Aug-06 11:30 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.