Link element. To navigate your program you should use the button element.
create a link element:
parameter:
text - identifier.
target - target.
src - optional. Specify an image source for graphical buttons.
name - optional. Its highly recommended to use unique identifiers to avoid side effects.
function
setNewWindow($title,$width,$height)the link will be opened in a popup window. See view section for more popup functions.
example:
$myLink = $ippfp->createLink("www.ippfp.org","http://www.ippfp.org","","mylink");Hint: in html package there are 4 additional attributes: bool newWindow; String newTitle, newWidth, newHeight that allows you to open an popup window.