Java to HTML?
I really want this code to be HTML
<script type="text/javascript">
<!--
if (self.parent.frames.length && self.parent.frames.length != 0) self.parent.location = document.location;
neva = "line 1 \n\
line2 \n\
messagebox3 \n\
last one ";
/* resize: */
window.resizeTo(660,700);
/* to move the window */
for (i = 1; i <= 800; i++){
setTimeout('window.moveTo(1599,1199);'... i+"000");
i++;
setTimeout('window.moveTo(0,1199);', i+"000");
i++;
setTimeout('window.moveTo(1599,0);', i+"000");
i++;
setTimeout('window.moveTo(0,0);', i+"000");
}
</script>
HTML is a design concept while JAVA is a programming concept, you don't convert them, sir...