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. 2 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="
^a|home|dipuhome
^b|products|dipuproducts
^c|support|dipusupport
">

<PARAM name=links value="
^dipuhome|http://www.dipu.com|dipuframe
^dipuproducts|http://www.dipu.com/products
^dipusupport|http://www.dipu.com/support
">