The underscore was just an arbitrary example. But, I've changed
the .innerHTML usage to .update('whatever'), and I'm still having
problems in IE with it (not FF)... returns a "script error".
Here's a real example of the code I'm using:
$('registerMessage').update('<p><strong>Update Failed. Please Try
Again.</strong></p>');
Pretty standard, right? In other instances, I'm doing something like:
$('registerMessage').update(val);
Where "val" is a variable containing stuff.
For a real example, you can visit http://consumer.myshoutoutloud.com
[will require user registration], and try out the "myDATA" page. This
live version is using the .update method rather than the .innerHTML
method, since neither work anyway.
Thanks
--Kyle
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby
on Rails: Spinoffs" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/rubyonrails-spinoffs?hl=en
-~----------~----~----~----~------~----~------~--~---