Object ID firefox help

This is a discussion on "Object ID firefox help" within the Web Page Design section. This forum, and the thread "Object ID firefox help are both part of the Design Your Website category.


 Subscribe in a reader

Go Back   Webforumz.com > Main Forums > Design Your Website > Web Page Design

Notices




Reply
 
LinkBack Thread Tools
  #1  
Old May 21st, 2007, 14:47
New Member
Join Date: May 2007
Location: United Kingdom
Age: 27
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Question Object ID firefox help

Hello,

I've created a table that should be automatically populated by data from a text file. It works fine in IE but is displayed blank in Firefox. Can anyone tell me why that might be?

Code: Select all
<object id="members" classid="clsid:333C7BC4-460F-11D0-BC04-0080C7055A83"> 
<param name="DataURL" value="../../secure/Membership/contacts.txt"> 
<param name="UseHeader" value="True"> 
</object> 
 
<TABLE datasrc="#members" border="0" cellspacing="5" cellpadding="8" align="center"> 
<THEAD> 
<TR> 
<TD><strong>Name</strong></TD>       
<TD><strong>Organisation</strong></TD>       
<TD><strong>Telephone</strong></TD> 
<TD><strong>E-mail</strong></TD>       
</TR> 
</THEAD> 
<TBODY> 
<TR> 
 
<TD><DIV datafld="NAME" ></DIV></font></TD> 
 
<TD><DIV datafld="ORGANISATION"></DIV></font></TD> 
 
<TD><DIV datafld="TELEPHONE" DATAFORMATAS="html"></DIV></font></TD> 
 
<TD><DIV datafld="E-MAIL" DATAFORMATAS="html"></DIV></font></TD> 
 
</TR> 
</TBODY> 
</TABLE>
Thanks for any help ,

Russ
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote

  #2  
Old May 21st, 2007, 15:21
Ryan Fait's Avatar
Elite Veteran
Join Date: May 2006
Location: Las Vegas
Posts: 3,787
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Object ID firefox help

That HTML is really outdated. You need to use either a server side language like PHP or ASP to do this or you could use Ajax (a form of JavaScript).
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
Reply

Tags
firefox probelm, object id

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
ufo object issue in IE jwalker80 JavaScript Forum 0 Feb 25th, 2007 14:14
<object> mayhem :) BigWings Web Page Design 15 Dec 12th, 2006 20:40
Object Detection RobinDeanDotCom JavaScript Forum 4 Sep 11th, 2006 18:30
range object da_stimulator JavaScript Forum 0 Dec 6th, 2004 10:40


All times are GMT. The time now is 19:24.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.2.0 RC8
© 2003-2008 Webforumz.com : All Rights Reserved

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42