There are three elements in play here: an input field, a span element, and a div with a background image property.
<span>Go</span><input id="ImageUrl"/>
<div id="Image"></div>
I am working on a script where when a user enters or pastes a link into the input field and then clicks the Go button, the background image property of the div will change to the URL provided.