När jag har öppnat ett fönster med window.open() och sen stänger det med parent.close() så är muspekaren fortfarande ett timglas trots att fönstret är stängt, vad kan det bero på ?
/t
------------------
the man with the golden bottle..
function OpenWindow(Url)
{
window.open(Url,'themanwiththeplan','toolbar=no,location=no,directories=no,status=no,menubar=no,resizable=no,copyhistory=no,scrollbars=no,width=450,height=355');
}
Har det något med OpenWindow funktionen att göra?
/tlee
------------------
the man with the golden bottle..