Source code

Revision control

Copy as Markdown

Other Tools

<!DOCTYPE html>
<head>
<script>
function foo() {
return "aaa";
}
</script>
</head>
<body>
<img src="javascript: foo()">
<script>parent.passJSUrl4 = true</script>
</body>