Results 1 to 2 of 2

Thread: iframes

  1. #1
    Member
    Join Date
    Mar 2007
    Location
    London
    Posts
    12

    iframes

    Hello,

    Please advise.

    We would like to place the html table content in an iframe. However if we do this, we don't think we're able add the dyna table to the ls page because addTable takes the table and a string id (not the actual object).

    For example we have...

    <frame>
    <iframe>
    .
    <tr id="data" source="lightstreamer" ... >
    .
    </iframe>
    <script>
    var table = new DynaMetapushTable(..,..,"COMMAND");
    .
    //alert(document.frames("iframe").document.all.data) ; //finds framed object
    lsPage.addTable(table, "data"); // fails to find 'data'
    </script>

    </frame>

    Can you :

    (1) confirm if this configuration LS compatible?
    (2) suggest a solution or point me in the right direction?

    We have had a non iframe solution working well...but are keen on iframes (or similar) to manage the page content.

    Kind regards

    James

  2. #2
    Power Member
    Join Date
    Jul 2006
    Location
    Cesano Maderno, Italy
    Posts
    784
    Hi,
    You should make the iframe HTML page a Push-Page. This way you can add
    tables from there.

 

 

Similar Threads

  1. Replies: 1
    Last Post: December 16th, 2010, 10:41 AM
  2. Opera 8 - 9 --> iframes onload issue
    By Mone in forum Client SDKs
    Replies: 0
    Last Post: February 9th, 2007, 02:35 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
All times are GMT +1. The time now is 11:57 PM.