I want to run my chrome page inside a Tcl Tk frame. And I have to run my scripts from windows platform... As of now I am able to start the chrome page using the start command. How do I enclose my chrome page inside Tk window?
eval exec [auto_execok start] http://www.gmail.com
Thanks