Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html>
    <head>
        <meta http-equiv="Content-type" content="text/html; charset=utf-8" />
        <title>Testing</title>
        <link rel="stylesheet" href="/css/master.css" type="text/css" media="screen" title="no title" charset="utf-8" />
    </head>
    <body>
<div id="container"></div>
        <script type="text/javascript" charset="utf-8">
function foo(o){
  var out = document.getElementById('container');
  out.innerHTML = o.query.count;
}
</script>   
<script type="text/javascript" src='http://query.yahooapis.com/v1/public/yql?q=select%20title,abstract%20from%20search.web%20where%20query%3D"pizza"&format=xml&callback=foo'>
</script>
    </body>
</html>
Output

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

Dismiss x
public
Bin info
anonymouspro
0viewers