diff --git a/scripts.js b/scripts.js index 5f9ee23..1634de1 100644 --- a/scripts.js +++ b/scripts.js @@ -1,11 +1,15 @@ - function openWin(fileToOpen,nameOfWindow,width,height) { myWindow = window.open("",nameOfWindow,"menubar=no,scrollbars=yes,status=no,width="+width+",height="+height); myWindow.document.open(); - myWindow.document.write('ScreenShot Viewer') - myWindow.document.write(''); - myWindow.document.write(''); - myWindow.document.write(''); + myWindow.document.write(''); + myWindow.document.write('Screenshot Viewer') + myWindow.document.write('

'); + myWindow.document.write('Screenshot'); + myWindow.document.write('

'); myWindow.document.close(); } @@ -14,5 +18,3 @@ function deleteURL(text, url) { self.location = url; } } - -