3.10. link

Link element. To navigate your program you should use the button element.

create a link element:

element createLink (string text, string target, [string src], [string name]]);

parameter:

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.