Hey Jim,

Not sure about your specific problem, but if you check out this little
bit of code I whipped up a while back:

http://www.clarityccs.com/modernapp/editor/trial_textarea.htm

and be sure to view the source, you'll find some interesting
workarounds. IE has all kinds of issues (that is, IE on XP after SP2)
with iframes. I had no luck whatsoever with using the $() function to
play with actual content of the element...all kinds of weird security
problems. In particular, check out the

_initIFrame

function, which hacks around the IE crapola. It's by no means perfect,
but you may find it useful if you're having issues with IE iframes...

FWIW,

-Jerod
_______________________________________________
Rails-spinoffs mailing list
Rails-spinoffs@lists.rubyonrails.org
http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs

Reply via email to