You are here: irt.org | FAQ | JavaScript | Link | Q55 [ previous next ]
<script language="JavaScript"><!--
function gothere(href) {
if (something == true)
window.location.href = href;
}
//--></script>
<a href="javascript:gothere('http://www.yahoo.com')">http://www.yahoo.com</a>