“Laravel return New Lab” Ответ

Laravel return New Lab

      function show_my_receipt() {
         
         // open the page as popup //
         var page = 'http://www.test.com';
         var myWindow = window.open(page, "_blank", "scrollbars=yes,width=400,height=500,top=300");
         
         // focus on the popup //
         myWindow.focus();
         
         // if you want to close it after some time (like for example open the popup print the receipt and close it) //
         
        //  setTimeout(function() {
        //    myWindow.close();
        //  }, 1000);
        
       }
Mad Dev

Laravel return New Lab

<button type="button" class="btn btn-success" onclick="show_my_receipt()">show the receipt</button>
Mad Dev

Ответы похожие на “Laravel return New Lab”

Вопросы похожие на “Laravel return New Lab”

Больше похожих ответов на “Laravel return New Lab” по PHP

Смотреть популярные ответы по языку

Смотреть другие языки программирования