Why don't you make a simple Flash app? It can be run either in the browser or offline through Adobe AIR. It will look much more desktop-like than a browser page, and it will likely be more flexible as well. It would also likely be very easy to make, depending on what it does of course, but since you are not needing advanced animation or other aspects, it shouldn't be hard.Qunox wrote:As i tryed to say before it's not for being online. It's a local tool to use for my RPG group(Game Master).
Theirfore i wanted to make it look a bit more "programy" than browsery.
My first intention was to make the "browser" to one small "popup"-window by resizing it and fixing it with no scrolling ect ect. But i do not know if this works since i found it hard to explain since you didnt get it.
I then changed my approach by openening an actual popup window when loading the page then closing the main browser window, only leaving the popup window left. I know this works BUT i do not know how to close the browser/mainwindow without closing the popup. I can do it manually(open a popup then close the browser/mainwindow/tab) but i wan't it to be automatically.
As for the earlier misunderstanding, it is from this:
People wanting to make faux pop-ups is such a common request that people assumed that is what you meant, and also why there are so many jQuery plugins for doing it.Qunox wrote:Now the problem I'm having is when launching the site or "program" i want it to look lika a popup window with attributes as noresize and noscroll ect ect.

