K
K2G
HI,
I am running into a problem where my application is crashing in
running javascript.
my window uses IE OCX controls to do some processing from web.
At the end of the processing i have a button "Finish"
when i click Finish, it is supposed to close the OCX and the window it
is residing in.
for that my function is
function CloseWindow()
{
window.external.close();
window.close();
}
But this is crashing. Can someone please help me.
What will happen if i call only window.external.close() only.
Thanks
Keshav
I am running into a problem where my application is crashing in
running javascript.
my window uses IE OCX controls to do some processing from web.
At the end of the processing i have a button "Finish"
when i click Finish, it is supposed to close the OCX and the window it
is residing in.
for that my function is
function CloseWindow()
{
window.external.close();
window.close();
}
But this is crashing. Can someone please help me.
What will happen if i call only window.external.close() only.
Thanks
Keshav