|
SYNOPSIS
<urltext>
<urllinks>
DESCRIPTION The urltext function returns the formatted text of the last
document fetched by fetch or submit. urllinks
returns a list of the document's non-image HREF links, as
fully-qualified (ie. absolute) URLs.
DIAGNOSTICS
urltext returns the formatted text of the last-fetched
document. urllinks returns a list of its non-image links, in
absolute path form.
EXAMPLE
<fetch "http://www.somesite.com/">
<urltext>
The text is:
<PRE>
$ret
</PRE>
CAVEATS The urltext and urllinks functions were added Jan. 15 1997.
If submit is used with TOFILE, then urltext and
urllinks will return nothing, because the content was not held
in memory for processing.
SEE ALSO
fetch, submit, urlinfo, urlcp
Copyright © Thunderstone Software Last updated: Wed Sep 10 11:16:28 EDT 2008
|