how do I insert html into a window? This doesn't seem to work:
var testwindow = window.open ("", "mywindow",
"height=800,width=400,location=no,scrollbars=yes");
var el = testwindow.document.createElement('div');
el.innerHTML = content;
--
You received this message because you are subscribed to the Google Groups "Ruby
on Rails: Talk" 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-talk?hl=en.