Special URL Values
For some special URL values FSI Pages ignores the URLPrefixes and URLSuffixes as well. The following table lists these special URLs:
URL | Description |
---|---|
javascript:foo() | Call the JavaScript function foo() |
mailto:email@domain.tld | Send an email to email@domain.tld |
#none | Do nothing. Handy if you just want to display a tool tip. Available in FSI Pages version 4.0.7 or above |
#page=n | Forces FSI Pages to flip to page n |
#showimage=[imageURL] | Display a custom JPEG image. The value [URL] needs to be an absolute URL to a JPEG image. |
#zoom | Forces FSI Pages to zoom to the area covered by the link's shape(s) |
#zoomarea | Magnifies the area covered by the link‘s shape(s) in place |
#zoom=1,1,0,0,0.5,0.5 | Forces FSI Pages to zoom to the image area following = |
#zoomonpage=n;strView | Combination of #page= and #zoom= . This is: first flip to page n , then zoom to area strView . Available in FSI Pages version 4.0.7 or above |
Please note that the special links starting with #
need to be provided exactly as listed in the table above.
Using e.g. #zoomOnPage=[…]
or foo.html#zoom
will link to the HTML anchor provided rather than executing an FSI Pages action.
For mailto:
URLs the target frame is always _self
, except the XML<area>
node specifies a different target.