Thanks for the replies Barney.  Im not getting this code to work, but then
again Im just kindof hacking at the _javascript_.  I think you got me 90
percent of the way there, I know what your trying to do with the code
below, but just not sure how exactly to implement it. I appreciate your
help. =)

"This code will do it for you.  You can obviously change the function
definition to whatever you need.

  for(i=0;i<document.links.length;++i) {
    if (document.links[i].href.indexOf("fuseaction=LogOff") >= 0) {
      document.links[i]. {
       return confirm("are you sure you want to log off?");
      }
    }
  }"

Thanks,
Casey Cook
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Reply via email to