clyde
07-27-2005, 08:31 AM
Hello Anybody
Below is the simple code used to close the Window on IE 6.0
Is there any way to eliminate the the alert "Are you sure you want to Close This Window"
When the user clicks on my defined button that executes the function below,
He knows he wants to close the window. Can I eliminate the alert Box.
function hback()
{
window.close();
}
Any help Appreciated
Clyde
Below is the simple code used to close the Window on IE 6.0
Is there any way to eliminate the the alert "Are you sure you want to Close This Window"
When the user clicks on my defined button that executes the function below,
He knows he wants to close the window. Can I eliminate the alert Box.
function hback()
{
window.close();
}
Any help Appreciated
Clyde