Quote
<script type="text/javascript">
function popup(){
cuteLittleWindow = window.open("demo.html", "littleWindow", "location=no,width=614,height=222");
}</script>
<center>
<font face="Verdana"><font size="-1"><b><a href="http://www.mywebsite.com/"><font color="#000000">Home Page</font></a> | <a href="javascript:popup()">Demo</a> | <a href="javascript:popup()">Contact</a></b></font></font>
</center>
function popup(){
cuteLittleWindow = window.open("demo.html", "littleWindow", "location=no,width=614,height=222");
}</script>
<center>
<font face="Verdana"><font size="-1"><b><a href="http://www.mywebsite.com/"><font color="#000000">Home Page</font></a> | <a href="javascript:popup()">Demo</a> | <a href="javascript:popup()">Contact</a></b></font></font>
</center>
..and it looks like this:

What I'm doing wrong? Cause I know it's pretty simple but I'm not good a html. Thanks.







