Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<html>
<head>
<meta charset=utf-8 />
<title>Popup</title>
</head>
<body>
  Popup with an HTML page using dataurls. Click me.
</body>
</html>
 
body {
  font-family: helvetica;
}
 
document.body.onclick = function () {
  window.open('data:text/html,<title>Hello Data URL</title><p>File-less HTML page!</p>', 'Hello World', 'width=400,height=200');
}
Output

You can jump to the latest bin by adding /latest to your URL

Dismiss x
public
Bin info
rempro
0viewers