Skip to main content

Special URL Values

For some special URL values FSI Pages ignores the URLPrefixes and URLSuffixes as well. The following table lists these special URLs:

URLDescription
javascript:foo()Call the JavaScript function foo()
mailto:email@domain.tldSend an email to email@domain.tld
#noneDo nothing. Handy if you just want to display a tool tip. Available in FSI Pages version 4.0.7 or above
#page=nForces 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.
#zoomForces FSI Pages to zoom to the area covered by the link's shape(s)
#zoomareaMagnifies the area covered by the link‘s shape(s) in place
#zoom=1,1,0,0,0.5,0.5Forces FSI Pages to zoom to the image area following =
#zoomonpage=n;strViewCombination 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.