Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

17 lines
233 B

  1. <PUBLIC:COMPONENT>
  2. <PUBLIC:ATTACH EVENT="onactivate" ONEVENT="FollowLink()">
  3. <SCRIPT LANGUAGE="jScript">
  4. function FollowLink ()
  5. {
  6. element.setActive();
  7. return element.focus();
  8. }
  9. </SCRIPT>
  10. </PUBLIC:COMPONENT>