Announcement

Collapse
No announcement yet.

<IFRAME> Problem on Product Page to another Page - Help!

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

    <IFRAME> Problem on Product Page to another Page - Help!

    Slight problem here...

    I'm trying to create a hyperlink from an <IFRAME> that is embedded in the "Product Details" page for a product.

    Attached is an screendump of the product page and on the full description section in actinic i have this peice of code..

    !!<<br><ul>
    <li>20 page document feeder</li>
    <li>14.400bps modem speed</li>
    <li>199 name dial entries</li>
    <li>Caller ID</li>
    <li>10 pages per minute copy speed</li>
    <li>250 page paper tray</li>
    <li>Send/Receive/Print/Save/Forwarding SMS</li>
    <li>Zoom function (25% - 400%)</li>
    <li>Redial of last 10 numbers</li>
    <li>Multi copy up to 99 pages</li>
    <li>Alphabetical keyboard</li>
    </ul>
    <hr align="left" width="95%" size="0" noshade>>!!
    !!<<table width="100%" border="0">
    <tr>
    <td><iFRAME src="http://www.dutchwest.com/accessories/mfp650test.htm" width="100%"

    height="200"
    scrolling="auto" frameborder="0"></IFRAME></td>
    </tr>
    </table>>!!
    As you can see within the iframe a seperate HTML page is embedded.

    This seperate HTML page has a hyperlink to a "product" page within actinic, i am trying to set it up so that when the hyperlink is selected it will then load up the page. However when i click the link nothing happens...

    If you view the code above in a seperate browser window in theory it works because when you click the hyperlink it does load up another page. But when I preview my website in actinic and click the link nothing happens.

    How can I get round this?
    Attached Files

    #2
    Gavin .....supplying the code of the iframe document with the link may be a little more useful for someone to take a look at.

    Actinic in preview mode also prefixes the pages with a P_ so this may also be causing you an issue... try an absolute path to the page rather than a relative to see if that also resolves


    Bikster
    SellerDeck Designs and Responsive Themes

    Comment

    Working...
    X