I am writing a PHP/MySQL web-page based system on Firefox and wish to
run a separate page from an <Alink to run a separate PHP script,
then close that page. Firefox starts a new tab for this and it closes
OK but I am then left with an egg-timer at the mouse arrow when over
top or bottom toolbars areas of the parent page.
I am using <BODY onLoad='Javascr ipt:close()'to fire the tab closure.
I have tried opener.focus() with no effect.
I can't tell what is running. It doesn't happen with IE.
Any explanation/solution?
Ron Lowe
run a separate page from an <Alink to run a separate PHP script,
then close that page. Firefox starts a new tab for this and it closes
OK but I am then left with an egg-timer at the mouse arrow when over
top or bottom toolbars areas of the parent page.
I am using <BODY onLoad='Javascr ipt:close()'to fire the tab closure.
I have tried opener.focus() with no effect.
I can't tell what is running. It doesn't happen with IE.
Any explanation/solution?
Ron Lowe
Comment