Source code

Revision control

Copy as Markdown

Other Tools

<html>
<head>
<title>Bug 496292 iframe 1</title>
<body>
<img width="100" height="100" id="image" />
<script>
// Forward our query string to the .sjs
document.getElementById("image").src = "bug496292-1.sjs" + location.search;
</script>
</body>
</html>