blob: ece60bc390c0e740234e6795c57939410db7bb41 (
plain)
1
2
3
4
5
6
7
|
<html>
<body>
<p>Now we are going to tranfer to the special url bearing parameters
so Chrome browser intercepts them...</p>
<script>window.location="cros://inspector/?param1=value1+param2"</script>
</body>
</html>
|