Forum Moderators: open
<a href="#" onClick=" window.open('terms.html','mywindow','width=600,height=500,toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,copyhistory=no,resizable=yes')">terms and conditions</a>
Cheers!
<a href="#" onClick=" window.open('terms.html','mywindow','width=600,height=500,toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,copyhistory=no,resizable=yes');return false;">terms and conditions</a>
The "return false;" should prevent the normal action of going to href="#"
<a href="info.html" target="_blank" onClick="showpopup();return false">popup</a> <a href="faq.html#33" onClick="ajax_get_faq(33);return false;">Why is the sea red?</a>