Sign in
eclipse
/
platform
/
eclipse.platform.swt
/
a707757677b3f2f85d89c66edbc9334ea4a15f7e
/
.
/
tests
/
org.eclipse.swt.tests
/
data
/
browser3.html
blob: 71ca0bd5d5ffa59e2bb2bad90376fc13411d3dbd [
file
]
<html>
<script
type
=
"text/javascript"
>
window
.
open
(
"http://www.google.com"
,
"Dialog"
)
</script>
<body>
This test uses javascript to open a new window.
</body>
</html>