Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

cgi and Link

Status
Not open for further replies.

samesale

Programmer
Sep 15, 2003
133
US
I have the following message in my CGI program. However, it gives an error: it cannot find the sale.com\cgi-bin\cardp.cgi.

print &quot;<a href=\&quot;http:\//sale.com\cgi-bin\cardp.cgi\&quot;> Please click\n&quot;;

I would also like to know that whether it is possible for this website to jump to another website without clicking this line.

 
Reformat this:

print &quot;<a href=\&quot;http:\//sale.com\cgi-bin\cardp.cgi\&quot;> Please click\n&quot;;

to

print &quot;<a href=\&quot; click</a>&quot;;

If this doesn't work, which it should, check the path to the .cgi and make sure it is correct.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top