search for: contentfromanonymoust

Displaying 4 results from an estimated 4 matches for "contentfromanonymoust".

2005 Sep 27
8
prototype.js
Hi *, We don''t know if you guys are the right audience, but we got a problem with prototype.js we need to solve. Essentially, it is a compatibility bug with the IE. We wrote a component so it updates itself periodically using AJAX. we used the prototype.js to accomplish this (using the periodicalUpdater object). now the component works fine using firefox or opera, but NOT with IE. the
2006 Jul 21
2
Abstract insertion question
...tHTML(this.adjacency, this.content); } catch (e) { // when will this run? can feature detection be used instead? var tagName = this.element.tagName.toLowerCase(); if (tagName === ''tbody'' || tagName === ''tr'') { this.insertContent(this.contentFromAnonymousTable()); } else { throw e; } } }
2006 Feb 21
1
Appending new tr into a table
...bsanheim.com/2005/10/11/prototype-insertion-ie-6-trs-and-invalid-target-element-for-this-operation/ The solution suggested the following - if (this.element.tagName.toLowerCase() == ''tbody'' || this.element.tagName.toLowerCase() == ''tr'') { this.insertContent(this.contentFromAnonymousTable()); I added the extra "tr" line but it still doesn''t work for me. I can always do a Element.update() but it''s unnecessary as I have a huge code that would need to be generated again. Could someone please help me out with this? Thanks in advance, Mandy. p.s. Coul...
2006 May 31
9
How can I make this thing work on IE?
Hello... i''ve been read lots of posts talking about this kind o mess in IE... but no one tells how could this be possible to work... :-) Any suggestions?? thanks... <html> <head> <script src="prototype.js"></script> </head> <body> <table border=1> <tbody> <tr id="0" name="0"> <td>LINE