Thursday, 22 August 2013

Returning back to an HTML page

Returning back to an HTML page

I have two html files called home.html and options.html. In the
options.html, after I clicked the submit button, I am now in the cgi-bin
directory of my webserver. What should be the format of my anchor tag so I
can go back to the home.html page?
This is the code:
<a href='localhost/cgi-bin'>GO BACK</a>
The error I encounter is:
The requested URL /cgi-bin/localhost/home.html was not found on this server.

No comments:

Post a Comment