[thelist] Bringing windows to the foreground with javascript

deboute benjamin bdeboute at POP3.club-internet.fr
Thu, 20 Jan 2000 22:38:06 +0100


works for me/should work for U :)

function term(word)  {
 var file2open = "../glossary/" + word + ".htm";
var terms=window.open(file2open,'terms','<options>');
terms.focus();

}

<a href="javascript:term('recombinant');>recombinant</a>