Announcement

Collapse
No announcement yet.

Opening a Webpage from a different site in a Brochure page or fragment

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Opening a Webpage from a different site in a Brochure page or fragment

    Hello,

    I have a separate Joomla site and wish to open certain pages from the site within my Actinic website.

    For example, within Actinic I want to click on a Brochure Page Link and the Joomla content opens in real time within the Actinic fragment.

    Is this possible?

    Thanks

    Leon

    #2
    You could use an iFrame to do it in the fragment text...

    !!<
    <iframe src="http://www.myjoomlasite.co.uk/page1/blahblah.html">
    </frame>
    >!!

    Available iFrame attributes can be seen here: http://www.w3schools.com/tags/tag_iframe.asp

    Comment


      #3
      Thank you I will give it a shot

      Comment

      Working...
      X