Click to See Complete Forum and Search --> : scripted window closure/ selfclose


scudsucker
02-19-2003, 03:10 AM
Hi- I am making a desktop calender/event planner, as a promo item for a company. The calender is created in Flash 5, and succesfully communicates via .asp with a database. It is housed in a javascripted toolbar-less window that is loaded by a 100px X 100px .jsp page.

Now my problem is that I do not want to see the little .jsp after it has done its job of loading the toolbarless window... but I can't close it without an alert box asking if i want to close it. ( i.e. self-close(), or a similar fscommand from flash )

So currently I have a flash .exe calling the .jsp, which loads the calender window... 3 windows open when I only want 1.

Does anyone have any suggestions?

Or, alternatively- and less preferably- is it possible to dynamically get the calender window to control the position
( x,y ) of the .jsp, so that I can get it to hide behind the calender all the time?