New open window page test

This commit is contained in:
NaiboWang-Alienware 2023-07-22 01:01:10 +08:00
parent 813aecdca1
commit 8c3a613014
3 changed files with 25 additions and 1 deletions

View File

@ -0,0 +1,23 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Title</title>
<script type="text/javascript">
function openNewWindow(url) {
window.open(url, '标题',
'height=600,width=800,status=yes,toolbar=no,menubar=no,location=no');
}
</script>
</head>
<body>
<div>
<a href="#" onclick="openNewWindow('https://www.easyspider.cn')">EasySpider</a>
<a href="#" onclick="openNewWindow('https://www.baidu.com')">Baidu</a>
<a href="#" onclick="openNewWindow('https://www.google.com')">Google</a>
</div>
</body>
</html>

File diff suppressed because one or more lines are too long

View File

@ -12,7 +12,7 @@
"justMyCode": false,
// "args": ["--id", "[7]", "--read_type", "remote", "--headless", "0"]
// "args": ["--id", "[9]", "--read_type", "remote", "--headless", "0", "--saved_file_name", "YOUTUBE"]
"args": ["--id", "[92]", "--headless", "0", "--user_data", "1", "--keyboard", "0"]
"args": ["--id", "[84]", "--headless", "0", "--user_data", "1", "--keyboard", "0"]
}
]
}