|
|
|
|
|
Adds a link to a URL address into the HTML page currently printed. Note The function iLink function has no effect if printing is not performed in an HTML file. iDestination(iHTMLCSS, "MyPage")
iPrint("On the next line, a link to a page")
iLink("Know all about WINDEV", "http://www.windev.com")
iEndPrinting()
Sintaxis
<Result> = iLink(<Link text> , <URL address> [, <Current browser>])
<Result>: Boolean - True if the link was printed,
- False otherwise.
<Link text>: Character string Text of link. This text will be displayed as a link in the HTML page. <URL address>: Character string Address of the page to display. This page will be automatically opened when the user clicks the <Link text>. <Current browser>: Optional boolean - True (default): the page is opened in the current browser.
- False the page is opened in a new browser.
Observaciones A line break is automatically generated after the link text. The cursor is positioned on the next line. The move to the next line takes into account the height of the current line. This height depends on the height of the font used.
Esta página también está disponible para…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|