Search Results

0
votes

How should I choose between GET and POST methods in HTML forms?

The Google search engine is an example of a GET form, because you should be able to search twice in a row and not affect the results by doing this. It also has the nice effect that you can link to …
2
votes

What is the difference between “lang” and “type” attributes in a script tag?

<script language=""> can be used for serving VBScript and different versions of Javascript. Unless you need a specific version of Javascript, don't use the language attribut …