Using a window to launch a launch pg
August 31, 2005 12:00 AM
You're making it too difficult.Lectora is launched in a frameset, so you have to talk to the top frame when setting a browser window size.In your course insert an external html object, the type needs to be top of file scripting, and add this in the window:top.window.resizeTo(myWindowWidth,myWindowHeight);top.window.moveTo(0,0);myWIndowWidth and myWindowHeight should be integers.The course will launch in a window of ANY size you tell it to.
Discussions have been disabled for this post