02-13-2012, 01:11 PM
Here is how to get selected HTML.
str s.getsel(0 "HTML Format")
out s
Then extract all using string functions or HtmlDoc class.
str s.getsel(0 "HTML Format")
out s
Then extract all using string functions or HtmlDoc class.