J

jfcws

Member

Last active 4 years ago

  1. 4 years ago
    Tue Jun 18 11:57:34 2019
    J jfcws posted in Window.close() not working.

    I print an open page with window. Open ()
    IN event onbody
    Website2APK.printPage ();
    setTimeout (window.close (), 1000);

    Window.close does not work is the window open and does not close what alternative I have to close the window I print?

  2. Mon Jun 17 21:32:20 2019
    J jfcws started the conversation Window.close() not working.

    how I can ?
    Website2APK.printPage ();
    setTimeout (window.close(), 1000);

    or
    Website2APK.printPage ();
    window.close();

    window.close() no working

  3. Mon Jun 17 21:29:22 2019
    J jfcws joined the forum.