You can send it like that, which is the GET method, or in a form, which is generally a POST method. How it is handled depends on the program used to perform the "cgi-function." Usually that's a program on the server in perl, php, asp, cold fusion, or some other server-side programming language.
magdai
6:39 pm on Mar 11, 2005 (gmt 0)
Thanks for answering.
So basically 'index.html' needs to include a program that can handle the get method.