Previous | Next

Full View

Contents of Links (continued)

Links (continued)

<script type="text/javascript"> function openpopup() { window.open("home.html", "", "toolbar=no,height=100,width=200"); return false; } </script>

<a href="monster.html" onclick="return openpopup()" onkeypress="return opennastypopup()">Homepage</a>

Lecture Notes

Links (continued)

<script type="text/javascript"> function opennastypopup() { window.open("home.html", "", "toolbar=no,height=100,width=200"); return false; } </script>

<a href="monster.html" onclick="return opennastypopup()" onkeypress="return opennastypopup()">Homepage</a>