<a href="contact.htm" style="color:#FF0000;">Contacts</a>
ich würde es so machen...
<a href="contact.htm" onclick="window.open('contact.htm','Contact','height=300, width=640');return false" onfocus="this.blur()" style="color:#FF0000;">Contacts</a>
Und noch besser:
<a href="contact.htm" target="contact" onclick="window.open(this.href, this.target,'height=300, width=640');return false">Contacts</a>
Aber warum man für Kontakt ein neues Fenster aufmachen muss leuchtet auch mir nicht ein.
Struppi.