<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: ISE 3.0 Guest Portal HTML Jump Marks in Network Access Control</title>
    <link>https://community.cisco.com/t5/network-access-control/ise-3-0-guest-portal-html-jump-marks/m-p/4720265#M578199</link>
    <description>&lt;P&gt;There are two ways to do this: &lt;FONT face="courier new,courier"&gt;id&lt;/FONT&gt; attributes and named anchors. Both allow you to jump to that section of your document using a &lt;A href="https://www.rfc-editor.org/rfc/rfc3986#page-24" target="_self"&gt;fragment in your URL&lt;/A&gt; as you showed:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;scheme://host[:port][/path][?query][#fragment]&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;id attributes are often used with headers for auto-generated table of contents. Keep in mind that an id name must be &lt;EM&gt;globally unique&lt;/EM&gt; within the page or it will not work.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;&amp;lt;a href="#my_id_name"&amp;gt;Jump to &amp;lt;code&amp;gt;my_id_name&amp;lt;/code&amp;gt;&amp;lt;/a&amp;gt;
&amp;lt;h2 id="my_id_name"&amp;gt;My ID Name&amp;lt;/h2&amp;gt;&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;The other option is the named anchor which works similarly&amp;nbsp; :&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;&amp;lt;a href="#my_named_anchor"&amp;gt;Jump to &amp;lt;code&amp;gt;my_named_anchor&amp;lt;/code&amp;gt;&amp;lt;/a&amp;gt;
&amp;lt;h2&amp;gt;&amp;lt;a name="my_named_anchor"&amp;gt;&amp;lt;/a&amp;gt;My Named Anchor&amp;lt;/h2&amp;gt;&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Sat, 12 Nov 2022 18:49:29 GMT</pubDate>
    <dc:creator>thomas</dc:creator>
    <dc:date>2022-11-12T18:49:29Z</dc:date>
    <item>
      <title>ISE 3.0 Guest Portal HTML Jump Marks</title>
      <link>https://community.cisco.com/t5/network-access-control/ise-3-0-guest-portal-html-jump-marks/m-p/4683626#M577152</link>
      <description>&lt;P&gt;Hi community,&lt;/P&gt;
&lt;P&gt;i have the requirement for several AUP Disclaimers in the same Portal. In order to do so, i can put them all in the AUP Box sequentially. The top of the box i have the links to each version referenced by jump marks as such:&lt;/P&gt;
&lt;P style="font-weight: 400;"&gt;&lt;EM&gt;&amp;lt;a href="#abschnitt1"&amp;gt;zum Anfang des Abschnitt 1&amp;lt;/a&amp;gt;&lt;/EM&gt;&lt;/P&gt;
&lt;P style="font-weight: 400;"&gt;&lt;EM&gt;&amp;lt;a href="#abschnitt2"&amp;gt;zum Anfang des Abschnitt 2&amp;lt;/a&amp;gt;&lt;/EM&gt;&lt;/P&gt;
&lt;P style="font-weight: 400;"&gt;&lt;EM&gt;&amp;lt;a href="#abschnitt3"&amp;gt;zum Anfang des Abschnitt 3&amp;lt;/a&amp;gt;&lt;/EM&gt;&lt;/P&gt;
&lt;P style="font-weight: 400;"&gt;&lt;EM&gt;&amp;nbsp;&lt;/EM&gt;&lt;/P&gt;
&lt;P style="font-weight: 400;"&gt;&lt;EM&gt;&amp;lt;h1 id="abschnitt1"&amp;gt;Überschrift 1 blabla&amp;lt;/h1&amp;gt;&lt;/EM&gt;&lt;/P&gt;
&lt;P style="font-weight: 400;"&gt;&lt;EM&gt;&amp;lt;p&amp;gt; ne Menge Text&amp;lt;/p&amp;gt;&lt;/EM&gt;&lt;/P&gt;
&lt;P style="font-weight: 400;"&gt;&lt;EM&gt;&amp;nbsp;&lt;/EM&gt;&lt;/P&gt;
&lt;P style="font-weight: 400;"&gt;&lt;EM&gt;&amp;lt;h1 id="abschnitt2"&amp;gt;Überschrift 2 blabla&amp;lt;/h1&amp;gt;&lt;/EM&gt;&lt;/P&gt;
&lt;P style="font-weight: 400;"&gt;&lt;EM&gt;&amp;lt;p&amp;gt; ne Menge Text&amp;lt;/p&amp;gt;&lt;/EM&gt;&lt;/P&gt;
&lt;P style="font-weight: 400;"&gt;&lt;EM&gt;&amp;nbsp;&lt;/EM&gt;&lt;/P&gt;
&lt;P style="font-weight: 400;"&gt;&lt;EM&gt;&amp;lt;h1 id="abschnitt3"&amp;gt;Überschrift 3 blabla&amp;lt;/h1&amp;gt;&lt;/EM&gt;&lt;/P&gt;
&lt;P style="font-weight: 400;"&gt;&lt;EM&gt;&amp;lt;p&amp;gt; ne Menge Text&amp;lt;/p&amp;gt;&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It is not jumping when i click on the links. If i rightclick them and open in new tab, it opens the tab with correct aup box scroll position.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;What can i do here do make it work in my current tab.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;P.S. i tried several browsers with the same result&lt;/P&gt;</description>
      <pubDate>Thu, 08 Sep 2022 12:49:49 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/ise-3-0-guest-portal-html-jump-marks/m-p/4683626#M577152</guid>
      <dc:creator>MUllrich</dc:creator>
      <dc:date>2022-09-08T12:49:49Z</dc:date>
    </item>
    <item>
      <title>Re: ISE 3.0 Guest Portal HTML Jump Marks</title>
      <link>https://community.cisco.com/t5/network-access-control/ise-3-0-guest-portal-html-jump-marks/m-p/4720265#M578199</link>
      <description>&lt;P&gt;There are two ways to do this: &lt;FONT face="courier new,courier"&gt;id&lt;/FONT&gt; attributes and named anchors. Both allow you to jump to that section of your document using a &lt;A href="https://www.rfc-editor.org/rfc/rfc3986#page-24" target="_self"&gt;fragment in your URL&lt;/A&gt; as you showed:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;scheme://host[:port][/path][?query][#fragment]&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;id attributes are often used with headers for auto-generated table of contents. Keep in mind that an id name must be &lt;EM&gt;globally unique&lt;/EM&gt; within the page or it will not work.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;&amp;lt;a href="#my_id_name"&amp;gt;Jump to &amp;lt;code&amp;gt;my_id_name&amp;lt;/code&amp;gt;&amp;lt;/a&amp;gt;
&amp;lt;h2 id="my_id_name"&amp;gt;My ID Name&amp;lt;/h2&amp;gt;&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;The other option is the named anchor which works similarly&amp;nbsp; :&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;&amp;lt;a href="#my_named_anchor"&amp;gt;Jump to &amp;lt;code&amp;gt;my_named_anchor&amp;lt;/code&amp;gt;&amp;lt;/a&amp;gt;
&amp;lt;h2&amp;gt;&amp;lt;a name="my_named_anchor"&amp;gt;&amp;lt;/a&amp;gt;My Named Anchor&amp;lt;/h2&amp;gt;&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 12 Nov 2022 18:49:29 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/ise-3-0-guest-portal-html-jump-marks/m-p/4720265#M578199</guid>
      <dc:creator>thomas</dc:creator>
      <dc:date>2022-11-12T18:49:29Z</dc:date>
    </item>
    <item>
      <title>Re: ISE 3.0 Guest Portal HTML Jump Marks</title>
      <link>https://community.cisco.com/t5/network-access-control/ise-3-0-guest-portal-html-jump-marks/m-p/4720535#M578207</link>
      <description>&lt;P&gt;Or, it might be something to do with iFrames or the like. See&amp;nbsp;&lt;A href="https://riptutorial.com/html/example/1643/using-anchors-with-iframes" target="_self"&gt;Using Anchors with IFrames&lt;/A&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 13 Nov 2022 20:08:44 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/ise-3-0-guest-portal-html-jump-marks/m-p/4720535#M578207</guid>
      <dc:creator>hslai</dc:creator>
      <dc:date>2022-11-13T20:08:44Z</dc:date>
    </item>
  </channel>
</rss>

