Interview Questions

What are the attributes of the tags? What are their functions?

ASP Interview Questions and Answers


(Continued from previous question...)

9. What are the attributes of the

tags? What are their functions?

The two attributes are ACTION and METHOD
The ACTION gives the name of the ASP file that should be opened next by which this file can access the information given in the form The METHOD determines which of the two ways (POST or GET) the browser can send the information to the server

(Continued on next question...)

Other Interview Questions