File tree Expand file tree Collapse file tree 3 files changed +27
-0
lines changed Expand file tree Collapse file tree 3 files changed +27
-0
lines changed Original file line number Diff line number Diff line change 1111* .opensdf
1212* .dll
1313* .exe
14+ * .pdb
1415debug.log
1516* .lib
1617php /* .bat
Original file line number Diff line number Diff line change 1+ <style type="text/css">@import url("style.css");</style>
2+ <a href="index.php">Go back to index</a>
3+ | <a href="<?php echo $ _SERVER ["REQUEST_URI " ];?> ">Refresh</a>
4+
5+
6+ <h1>Dialogs</h1>
7+
8+ <a href="javascript:alert('Test alert')">window.alert()</a>,
9+ <a href="javascript:confirm('Test confirm')">window.confirm()</a>,
10+ <a href="javascript:void(prompt('Test', 'prompt'))">window.prompt()</a>
11+
12+ <br><br>
13+
14+ <a href="javascript:print()">window.print()</a>
15+ <br><br>
16+
17+ <input type=file>
18+ <br><br>
Original file line number Diff line number Diff line change 1+ <style type="text/css">@import url("style.css");</style>
2+ <a href="index.php">Go back to index</a>
3+ | <a href="<?php echo $ _SERVER ["REQUEST_URI " ];?> ">Refresh</a>
4+
5+
6+ <h1>Test window.close</h1>
7+
8+ <a href="javascript:void(window.close())">window.close()</a>
You can’t perform that action at this time.
0 commit comments