Link
Embed
Share
Beginning
This slide
Copy link URL
Copy link URL
Copy iframe embed code
Copy iframe embed code
Copy javascript embed code
Copy javascript embed code
Share
Tweet
Share
Tweet
Slide 1
Slide 1 text
No content
Slide 2
Slide 2 text
No content
Slide 3
Slide 3 text
No content
Slide 4
Slide 4 text
• • •
Slide 5
Slide 5 text
•
Slide 6
Slide 6 text
• •
Slide 7
Slide 7 text
No content
Slide 8
Slide 8 text
• • newWin = window.open('//example.com/','w','a'); newWin.blur();//新しいウインドウのフォーカスを離す window.focus();//親にフォーカスを移す
Slide 9
Slide 9 text
• •
Slide 10
Slide 10 text
• https://www.youtube.com/channel/UClcE-kVhqyiHCcjYwcpfj9w
Slide 11
Slide 11 text
No content
Slide 12
Slide 12 text
No content
Slide 13
Slide 13 text
No content
Slide 14
Slide 14 text
No content
Slide 15
Slide 15 text
No content
Slide 16
Slide 16 text
confirm(1);
Slide 17
Slide 17 text
prompt(1);
Slide 18
Slide 18 text
print();
Slide 19
Slide 19 text
//Basic認証
Slide 20
Slide 20 text
//外部アプリを開くプロトコルへナビゲーション location = "mms:";
Slide 21
Slide 21 text
onbeforeunload=function(e){return 1;} //どこかへ移動しようとするとダイアログ出現
Slide 22
Slide 22 text
new PresentationRequest("").start();
Slide 23
Slide 23 text
new PaymentRequest([{ supportedMethods: ['basic-card'] }], { total: { label: 1, amount: { currency: 'USD', value: 0 } } }).show();
Slide 24
Slide 24 text
navigator.usb.requestDevice({filters:[]});
Slide 25
Slide 25 text
button.click();
Slide 26
Slide 26 text
• • • • • •
Slide 27
Slide 27 text
function popUnder() { new PresentationRequest("").start(); window.open("https://example.com/", "_blank","a"); setTimeout(function(){ location.reload();//リロードでダイアログを消す },1000); } Create PopUnder
Slide 28
Slide 28 text
No content
Slide 29
Slide 29 text
• • • • • • •
Slide 30
Slide 30 text
• • • • •
Slide 31
Slide 31 text
• •
Slide 32
Slide 32 text
• • •
Slide 33
Slide 33 text
No content