Forum OpenACS Q&A: Re: Javascript x TCL

Collapse
2: Re: Javascript x TCL (response to 1)
Posted by Nick Carroll on
winfo is a TK command. You'll only use this for desktop applications written in tcl/tk.

Furthermore, TCL runs on the server-side and javascript on the client-side. Therefore you'll be able to work out the screen width etc using javascript, but you won't be able to do so with TCL.