Project

General

Profile

1
<script language="JavaScript">
2
    // Ideally I would avoid polluting the namespace by enclosing this snippet with
3
    // curly braces, but I want to make it easy to look at what URL I used for anyone
4
    // who is interested in looking into http://jira.openqa.org/browse/SRC-101:
5
    var _sel_url_ = "http://" + location.host + "/selenium-server/core/scripts/injection.html";
6
    document.write('<iframe name="selenium" width=0 height=0 id="selenium" src="' + _sel_url_ + '"></iframe>');
7
</script> 
(4-4/20)