as JakesSA said, you can only do this in JavaScript. Put this inside your html <head> tags.
<script language="JavaScript">
<!-- // Begin
window.open('locationtogoto.html');
// End -->
</script>
All you need to know about it is here:
http://htmlgoodies.com/beyond/openwin.html