Source code

Revision control

Copy as Markdown

Other Tools

<html>
<head>
<title>Test setting parent location to javascript:</title>
</head>
<body>
<script>
parent.window.location ="javascript:location.href";
</script>
</body>
</html>