mirror of
https://github.com/NaiboWang/EasySpider.git
synced 2025-04-20 12:30:02 +08:00
New open window page test
This commit is contained in:
parent
813aecdca1
commit
8c3a613014
23
ElectronJS/src/taskGrid/test_pages/new_window.html
Normal file
23
ElectronJS/src/taskGrid/test_pages/new_window.html
Normal 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>
|
1
ElectronJS/tasks/195.json
Normal file
1
ElectronJS/tasks/195.json
Normal file
File diff suppressed because one or more lines are too long
2
ExecuteStage/.vscode/launch.json
vendored
2
ExecuteStage/.vscode/launch.json
vendored
@ -12,7 +12,7 @@
|
|||||||
"justMyCode": false,
|
"justMyCode": false,
|
||||||
// "args": ["--id", "[7]", "--read_type", "remote", "--headless", "0"]
|
// "args": ["--id", "[7]", "--read_type", "remote", "--headless", "0"]
|
||||||
// "args": ["--id", "[9]", "--read_type", "remote", "--headless", "0", "--saved_file_name", "YOUTUBE"]
|
// "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"]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user