The links table

This is a 'database table' parameter. Please refer to passing database tables for a detailed explanation of the database table format. In all the following examples we assume that the recordseparator is ^ and the fieldseparator is | .

Field nr. 5 in the entries parameter contains an external key(s) referring to a record(s) in this table. Each key is separated by a space.

When the entry is clicked all the link profiles will be activated. So it is possible to change the contents of multiple frames!

Record definition
field Name Type Default Range
0 Key string no default, obligatory field  
1 Destination URL URL no default, obligatory field Fully qualified URL’s as well as relative URL’s are supported (more info on url's).
2 Destination frame String frame in the options parameter  

examples

<PARAM name=entries value="
^root|diputree|-start-|c|o
^child1|dipu’s homepage|root|n|c|homepage
^child2|dipu’s applets page|root|n|c|applets
">

<PARAM name=links value="
^homepage|http://www.dipu.com|dipuframe
^applets|http://www.dipu.com/products
">