slimerjs-firefox
Version:
This repo includes slimerjs as well as downloads a local copy of Firefox.
20 lines (19 loc) • 486 B
HTML
<html>
<head>
<meta charset="utf-8">
<title>frame left</title>
</head>
<body>
sidebar
<ul>
<li><a href="consolemessage.html" target="frameright" id="linktoclick">open</a></li>
</ul>
<script type="text/javascript">
function setFocusInOtherFrame() {
window.parent.frames[0].focus();
return "ok";
}
</script>
</body>
</html>