I know that subject is probably confusing..
What I have is a script that lists all members of a program site, and they are listed by referrer to the program. The possibility exists that hundreds can be in the downline in a 2 x structure.
i.e.
2 on level 1
4 on level 2
8 on level 3
etc.
So, I only display 4 levels at any given time in a graphical format, basically a button with the UserID of that member displayed on it.
There are three things that I would like to accomplish:
1) when the cursor hovers over the button, have it display the member name and contact info, which I can do with an 'alt' tag.
2) Be able to do something to send an email to that member.
3) Be able to do something (click on the button) to re-display the same page, only beginning with this member at the top, and the next 4 levels behind them...
I have the logic worked out to determine where to begin the display and what records to display under it, but the only thing I can't figure out is how to facilitate #2 and #3..
I expect that it will be Javascript of somesort, but I'm not well versed in JS, so don't know where to go with it.
If anyone could get me started or tell me what the JS code would be to give me two options with the same button, that would be great...
Or am I trying to do something that can't be done..?😕
thank you
doug