0

When we click on a button, it opens separate tcl/tk window and display some html inside that window with scroll option available.

j_4321
  • 15,431
  • 3
  • 34
  • 61

1 Answers1

0

Rendering HTML is intensely complicated. Try Tkhtml3.

See also:

  • Chrome webpage inside a Tk frame (I don't think the answer that is there helps… but if it had a good answer then we'd be tempted to close this question as a duplicate).
Donal Fellows
  • 133,037
  • 18
  • 149
  • 215
  • CSS is very complex; DOM and JS is worse. And far too many web pages need all of that in order to work even close to correctly. And everything is a very dynamic target… but for simple pages like embedded documentation, something like tkhtml will have a good chance to work fine. – Donal Fellows May 11 '21 at 08:33