where i am doing wrong:
<script type="text/javascript">
function open_win() {
var win = window.open('home.aspx');
win.document.write('<div');
wi
n.document.write('<img src="../Images/scene.gif">' +'</br>'+'Loading...'); win.document.write('</div>');
image location .."../Images/
image name=scene.gif