Does anyone know of a way to set focus to a document window?
I've written an extension for Dreamweaver coders. It saves
the current line/document so you can return to it later ("bookmark
it"). It's a floater and I will be making it available shortly
(unless someone's already written a decent one -- please let me
know if that's the case). I wrote it to keep myself from getting
lost when coding large files.
The issue is that when someone clicks the Go button on my
floater, it returns the document to the correct position, but the
focus is still on the floater. Does anyone know how I can set focus
to either the code view or document windows?