range.PasteHTML is not pasting style information on to the document. help needed. (Java sript ) [modified]
Web Development
1
Posts
1
Posters
0
Views
1
Watching
-
I am trying to paste HTML content which i get from another source as String, which contains style information in the head and actual message content in the body tags. when I paste the HTML using range.PasteHTML ( Java sript ) on to iframe, it will not copy the Style information so whatever the formatting the actuallt text data contains will not be pasted on to the iframe. this issue happens on IE7 but works fine for Mozilla Firefox 2.0.0.20. The issue is, formatting gets disappeared when i copy the html text on to ifame in IE7
modified on Wednesday, October 21, 2009 1:32 AM