Results 1 to 21 of 21

Thread: Can anyone help to convert this so it works with Mozila browser

Threaded View

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    Jan 1999
    Location
    North East America
    Posts
    463

    Can anyone help to convert this so it works with Mozila browser

    Why does this only work with IE? Can you not use classes with Mozilla? Basically all am doing is filling a table with data from a text file. If anyone knows of a better way please tell me.

    Thanks

    Code:
    <html>
    <head>
    <title>song List</title>
    </head>
    <body>
    <OBJECT id=songs CLASSID="clsid:333C7BC4-460F-11D0-BC04-0080C7055A83">
        <PARAM NAME="DataURL" VALUE="songs.ini">
        <PARAM NAME="UseHeader" VALUE="True">
    		
    </OBJECT>
    <TABLE datasrc=#songs>
    <THEAD style="color: #0000cc;"><TR><TD><b>Song Name</TD><TD><b>Artists</TD></TR></THEAD>
    <TBODY>
    <TR><TD><B><DIV style="color: #660000;" datafld="Song Name"></DIV></TD>
    <TD><B><DIV style="color: #660000;" datafld="Artists"></DIV></TD></TR>
    </TBODY>
    </TABLE>
    </body>
    </html>
    Last edited by Troy Mac; Jul 12th, 2004 at 10:56 AM.
    TMacPherson
    MIS Systems Engineer
    [email protected]


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width