我有一个运行的弹出窗口,它保存了我的视频。另一个窗口打开,让我知道该窗口已被保存,但它非常难看。有什么方法可以在后台运行它并打开一个javascript弹出窗口或可能是我可以摆脱的固定位置div?
我试过的都没有用。我真的不知道该去哪里。这是我的点击代码:
onclick="var my_window = window.open('/saving.php?token=<?=$token?>', 'mywindow1', 'width=300,height=200,toolbar=0,menubar=0,location=0,status=1,scrollbars=0,resizable=0,left=0, top=0');"
我可以在后台运行 /saving.php 并给出不同的通知吗?