I am using Sun web server. I have my cgi file in cgi-bin directory and would like to call this files to be executed in the html files. As far as i know , this would work:
<!--exec cgi = "cgi-bin/xyz.cgi"--> but where shall i place it within <HTML>, after <html>, before <html> or is there some other way to call xyz.cgi file. Please help.
<!--exec cgi = "cgi-bin/xyz.cgi"--> but where shall i place it within <HTML>, after <html>, before <html> or is there some other way to call xyz.cgi file. Please help.