A-link between INFO tags with IFRAME...POSSIBLE?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • renegades
    New Member
    • Dec 2009
    • 1

    A-link between INFO tags with IFRAME...POSSIBLE?

    A big hello to everyone.

    OK, I have a simple XML flash that shows 4 slides the slides and their link are determined in an XML like;

    Code:
    <track>
    <title>Take a quick survey</title>
    <creator>my website name</creator>
    <location>http://bytes.com/images/file name</location>
    <info>http://mywebsite.com/page.html</info>
    the linked page in between <info></info>opens in a new window now, so far so good.

    BUT now I want to have the page loaded in the same window in a lightbox (I use colorbox because I can actually load forms in it in an Iframe like lightbox) The problem is, how can I add the IFRAME to the <info> value so it get paresed?

    I tried javascript events but whatever I do, the page does not open at all or never in the light box.

    Since the lightbox function is placed on the page between <script> tags and the link triggering it uses <a class="iframe" href="my path"> I can't add iframe call to XML and neither can I wrap the <script> tag on the actual page that should trigger the lightbox in an <a class-"iframe"> ...

    Do I make sense?

    I tired for days to find an answer but still tap in the dark. ???

    Thanks a lot
    Last edited by Dormilich; Dec 18 '09, 04:16 PM. Reason: PM
  • Dormilich
    Recognized Expert Expert
    • Aug 2008
    • 8694

    #2
    (i)frames only make problems …

    Do I make sense?
    not yet, ’cause I don’t use flash and lightbox at all.

    do you have a link to your (test) page?

    Comment

    Working...