Re: [Rails-spinoffs] Runtime Error

2006-03-09 Thread Todd Ross
On 3/9/06, Thomas Fuchs <[EMAIL PROTECTED]> wrote: > If "record_id" refers to any sort of TABLE, TR, TD and so on element, > this won't work in IE. You need to use table-specific DOM > manipulation commands > in that case. I believe you /can/ use innerHTML on a TD/TH in IE. Another problematic el

Re: [Rails-spinoffs] Runtime Error

2006-03-09 Thread Ignacio Sandejas
Thomas, You got it right. It refers to a . Looks like I have some rewriting to do! Thomas Fuchs wrote: Guess: If "record_id" refers to any sort of TABLE, TR, TD and so on element, this won't work in IE. You need to use table-specific DOM manipulation commands in that case. -Thomas Am 09

Re: [Rails-spinoffs] Runtime Error

2006-03-09 Thread Thomas Fuchs
Guess: If "record_id" refers to any sort of TABLE, TR, TD and so on element, this won't work in IE. You need to use table-specific DOM manipulation commands in that case. -Thomas Am 09.03.2006 um 05:17 schrieb Ignacio Sandejas: Hi all, Can anyone tell me why this line of code works in FF

[Rails-spinoffs] Runtime Error

2006-03-08 Thread Ignacio Sandejas
Hi all, Can anyone tell me why this line of code works in FF but not IE?? function stuff(id){ record_id=$(id); record_id.innerHTML = "foo"; } I get a 'Runtime Error'. -- --- Iggy Sandejas Web Developer 0419 485 252 D-Frag Solutions http://www.dfrag.com.au