
Jasmine
Administrator
/ Moderator
Apr 11, 2000, 6:46 AM
Post #2 of 2
(180 views)
|
|
Re: Keeping the Browser's Address Bar Clean...
[In reply to]
|
Can't Post
|
|
The best you can hope for is "http://www.server.com/cgi-bin/programs/file.cgi". That is, unless, file.cgi does a print "Location: http://www.server.com/"; To clean it up somewhat, you should use the POST rather than GET methods. The Get method puts the input in the address bar -- the POST doesn't display form input at all in the address bar.
|