?What are the attributes thattell the browser how the form should interact with the web server?

What will be an ideal response?


To specify where to send the form data and how to send it, the followingaction,method,andenctypeattributes are defined.                                  

content               
Here, theactionattribute provides the location of the web server program that processes the form; themethodattribute specifies how the browser should send form data to the server; and theenctypeattribute specifies how the form data should be encoded as it is sent to the server. Themethodattribute has two possible values: get and post. The default is theget method,which tells the browser to append the form data to the end of the URL specified in theactionattribute. Thepost methodsends the form data in its own separate data stream. Theenctypeattribute has three possible values in predefined formats for a specific purpose.?

Computer Science & Information Technology

You might also like to view...

A(n) ________ version is a software application that is still under development

Fill in the blank(s) with correct word

Computer Science & Information Technology

The result of =PROPER("KANSAS") is ________

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology

A symmetric encryption system has two parts: the key and the ____________.

a. algorithm b. spamming method c. IP spoofer d. clearance code e. smart card bits

Computer Science & Information Technology

Delegates work well in an event-driven arena because the same delegate can call different methods during runtime.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology