Hi,
I am new to CGI. I just want to know if we can execute
an application/exe file on the winnt server using the
CGI script depending on the user form input over the
net.
Mike
__
Do you Yahoo!?
Yahoo! Mail Plus - Powerful. Affordable. Sign up now.
h
Hi,
I am looking for some free webhosting services where
there is full support for CGI. Though, I checked out
few that offer free hosting service, there is a
limitation in cgi script support only till some
extent. I may not need much of free space but require
full cgi support. Can one suggest me f
The below given part of code from a cgi script is
working fine but when I try to change the back ground
color to
print "\n";
I get an internal server error. What is the problem
or how do I change the background color
sub return_html {
print "Content-type: text/html\n\n";
print "\n";
pr