A DHTML control can be hosted in a container, such as Test Container or Internet Explorer. See Testing Properties and Events with Test Container for information on how to access Test Container. The ...
// Randomly generate new top and left values within the viewport var newTop = Math.floor(Math.random() * (window.innerHeight - 100)); // -100 to avoid overflow var ...