Under IE, one can write javascript to cause a 'click' event to be fired on a
given element.

  var aElement = document.getElementById("someID");
  aElement.click();

Is there anyway to accomplish the same thing under Netscape/Mozilla?

Thanks,

-- dwa


_______________________________________________
mozilla-documentation mailing list
[EMAIL PROTECTED]
http://mail.mozilla.org/listinfo/mozilla-documentation

Reply via email to