[Pro] iFrame & anchors

  1. Can Freeway create an anchor from one page to another.
  2. Can an anchor perform a click within an iFrame. I use Video Lightbox and would like to link to individual videos.
    Thanks,
    Glenn

freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

On Jun 29, 2013, at 10:15 PM, Earthcat wrote:

  1. Can Freeway create an anchor from one page to another.

Yes. If the anchor exists on that page, it will appear in the “globe” menu as a sub-option off of that page.

  1. Can an anchor perform a click within an iFrame. I use Video Lightbox and would like to link to individual videos.

If there is an ID or an <a name=“foo” …> in that iframe’s page, then you can anchor down to that spot using the Target picker to choose the iframe by name, and adding the anchor to the end of the URL. It would look like this:

<a href="iframePage.html#someIdInTheiFrame" target="iframeId">Link and anchor down<a>

Walter


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options