Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- ClipX.Lib v1.2 - <b>ahref()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
AHRef()
Returns/writes HTML linked URL anchor tag <A HREF ... >
---------------------------------------------------------------------

Syntax:

  AHRef( <cURL>, [<cText>] )  --->  cString

Arguments:

  <cURL> is a character string reference to a file name or page.

  [<cText>] is a character string to appear as a link on the page.

Returns: A character string consisting of the generated HTML tag.

Description:

  Generates an anchor tag with a URL target and caption.

  The generated string is always returned. The string will be written
  to standard-out depending on the value of StopWrite().
  The default StopWrite() value is FALSE. Setting the StopWrite() value
  to TRUE will suspend the write to standard-out.

  cURL is the target URL.

  [cText] is the hyperlink caption ( clickable text ).

Examples:

  URL address
  AHRef("http://www.intrasysii.com","intrasys international inc.")

  File address
  AHRef("c:\My Documents\ThingsToDo.txt","Things To Do")

Alternate:

  htmlWrite( '<A HREF="Your link here ">Your caption here</A>' )

Files: Library is ClipX.Lib

Online reference: Mikodocs Guide To HTM - anchor tag

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson