[Proto-Scripty] code works in chrome not ff and ie

2008-11-16 Thread Tarscher
Hi all, The linked, when clicked, should change caption and toggle blind the div with id archive_div. The code works in Chrome but not IE and FF Somebody knows why? Thanks %= link_to_function('div id=archive_function_linkToon archief/div',

[Proto-Scripty] Re: code works in chrome not ff and ie

2008-11-16 Thread Alex Mcauley
perhaps missing ; on the end of the statements ? - Original Message - From: Tarscher [EMAIL PROTECTED] To: Prototype script.aculo.us prototype-scriptaculous@googlegroups.com Sent: Sunday, November 16, 2008 5:39 PM Subject: [Proto-Scripty] code works in chrome not ff and ie Hi all,

[Proto-Scripty] Re: code works in chrome not ff and ie

2008-11-16 Thread Tarscher
I tried: %= link_to_function('div id=archive_function_linkToon archief/div', Effect.toggle('archive_div','blind',{}); console.log('logbericht'); if($('archive_function_link').innerHTML == 'Verberg archief') {

[Proto-Scripty] Re: code works in chrome not ff and ie

2008-11-16 Thread Alex Mcauley
does firebug output any error message ? - Original Message - From: Tarscher [EMAIL PROTECTED] To: Prototype script.aculo.us prototype-scriptaculous@googlegroups.com Sent: Sunday, November 16, 2008 6:51 PM Subject: [Proto-Scripty] Re: code works in chrome not ff and ie I tried: