in reply to index.htm and .cgi
This way you have the "poor man's CGI" without server side scripts etc., something which can be very useful if you don't have CGI rights (e.g. simple hosting provider).var params = document.location.search; // parse the params and take proper action
--
Cheers, Joe
|
|---|