LINK

<< Click to Display Table of Contents >>

Navigation:  Scripts (Batch Interface) > Syntax > Statements >

LINK

Previous pageReturn to chapter overviewNext page

Inserts a link to all cells in the specified column in the HTML table.

 

link="Filename"

link="Filename;BLANK"

 

Filename is the target of the link. If you code BLANK then a new window is opened when you click on the link.

The file name must contain just one variable (%var_name%) that has exactly the same name like a column where you want to have the link.

For example:

 

selection_file='test.sel'

link="http://192.168.110.58/data/%System%.html"

create_htm_file="report.htm"

 

In this case it is required that the result of selection_file contains a column named System.

When the report.htm is created then the columns of the created table are checked and if a column System is found then its content is replaced by the link and the variable in the link is replaced by the value.

After the file has been written the option is cleared.