I have a web application that is going to be a small window on the person's computer. I want it to open up immediately on the bottom left of the screen and be a fixed size. I do want them to be able to resize the window if needed, but initially it will be opened in a certain size. I tried using
self.resizeTo(x,x);
but that would not let the window be resizable anymore.
Also, is there a way to make the menu bar in the browser go away as well?
This will be an application launched via an icon on a desktop and opens in a browser. I guess think how Weather Bug works - only example I can think of now - but just a regular browser with a border around it.



Reply With Quote


Bookmarks