1
0
mirror of https://github.com/roytam1/UXP.git synced 2026-06-24 17:28:45 +00:00
Files
UXP/dom/base/test/file_setname.html
T

9 lines
127 B
HTML

<!DOCTYPE html>
<html>
<head>
<script>
window.name = location.search.substring(1);
</script>
</head>
</html>