Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Hyperlink within a form?

5 views
Skip to first unread message

mrvette1

unread,
Dec 7, 2005, 9:36:04 AM12/7/05
to
How can I hyperlink to a section within an infopath form? I have a rather
large form that users would like to have a table of contents included where
they can click on the link and it takes them to the area of the form

Franck Dauché

unread,
Dec 7, 2005, 9:46:03 AM12/7/05
to
Hi,

Look at this: http://blogs.msdn.com/infopath/archive/2004/04/07/109189.aspx

Regards,

Franck Dauché

S.Y.M. Wong-A-Ton

unread,
Dec 7, 2005, 10:16:02 AM12/7/05
to
Using named anchors in the view1.xsl worked for me. Note: You can extract the
files of an InfoPath form via File > Extract Form Files...

Place the following anchor in the TOC of your form:
<a href="#sectionA">Jump to section A</a>

and the following anchor just before the section to jump to:
<a name="sectionA"></a>

Hope this helps.

Regards,
S.Y.M. Wong-A-Ton

0 new messages