Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<html>
<head>
<meta charset=utf-8 />
<title>JS Bin</title>
  <script>
    function test(input) {
      alert(input) 
    }
    
    var url = "http://news.bbc.co.uk";
    
  </script>
</head>
<body>
  <img src='/files/images/remove.gif' border='0' onClick='test(url);'/>;
</body>
</html>
Output 300px

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

Dismiss x
public
Bin info
kinlanpro
0viewers