L

lemal

Member

Last active 3 years ago

  1. 3 years ago
    Wed Jun 17 23:22:30 2020
    L lemal started the conversation javascript:close_window(); not working.

    Hello,
    I just tested
    I see that using javascript to close a child page without reloading the parent page.

    for example :

    close();
    or
    window.close();
    or with HTML
    <a href="javascript:close_window();">close</a>
    or
    <a href="#" onclick="close_window();return false;">close</a>

    it still doesn't work.
    I think it would be useful if it works
    thank you

  2. Wed Jun 17 23:05:29 2020
    L lemal joined the forum.