e ist das event das in Mozilla browsern automatisch übergeben wird, im IE allerdings nicht. Da gibts window.event
Bin mir in allem nicht 100% sicher, aber so etwa kann es gehen. Schau mal self danach. :-)
function keindownload(e)
{
// e nur in Mozilla)
z.b. so:
if(!e) e = window.event;
Struppi.