<Crossposts edited to reply only to beginners-cgi>

At 10:01 PM 08/04/2001 -1000, . wrote:
>How do I create hypertext links using CGI code?
>

"hypertext links" are merely HTML code, so you would do the same thing that
you would normally do to print any other text to the browser window.

Use can also use the methods in the standard CGI.pm module to create hrefs,
but imho, the benefits of doing it that way aren't worth it, as far as
readbility and maintenance are concerned.

The documentaion for CGI.pm is at:
http://stein.cshl.org/WWW/software/CGI/

HTH..Aloha,
mel


--
mel matsuoka                    Hawaiian Image Productions
Chief Executive Alphageek              (vox)1.808.531.5474
[EMAIL PROTECTED]                  (fax)1.808.526.4040

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to