I'm trying to open a browser window with execfile, but when I do and another browser window is open, the behavior is erratic. Even if I minimize my window before calling execfile, the browser doesn't neccessarily bring itself to the front (the blitz IDE may be in front for example) and it doesn't neccessarily display the window that just opened my page.
Does anyone know a more reliable way to do this? (without creating a window with an html gadget!)
Does anyone know a more reliable way to do this? (without creating a window with an html gadget!)