the only thing i can see in your code that might cause it to disply oddly (and not show up on pr) is the extensive use of   you should try a <p> or <br> or a div or something instead of all those
best i can do maybe someone could make a file system to store and retrieve the numbers
<HTML>
<HEAD>
<META NAME="GENERATOR" Content="Microsoft Developer Studio">
<META HTTP-EQUIV="Content-Type" c…
try this one and this wasnt easy
\
<input type="button" name="kink" value="press"
onclick="window.open('http://devdreams.net','cecil','width=400,height=400,resizable,menubar')">
hm there should no…
this will open a new window
<script type="text/javascript">
function gfunction()
{
window.open("http://whereeveryouwanttogo.com")
}
</script>
<input type="submit" value="letsgo"…