is the problem you have related to the click, or the assignment?

if it's the assignment, just move the variables outside of all the
functions so that they are global. then any function in any script
block on the page can access the variable.

hth
G

On 8/3/05, Chad Renando <[EMAIL PROTECTED]> wrote:
> I have this cool table thing where the rows go different colours when
> I roll over and when I click on the row.
> 
> But now when I click a row I want to "turn off" the other clicked row.
> 
> Still feeling my way around JavaScript.  Is there a way such that when
> I click, I assign the selected row and its default colour to a
> variable that is available in other functions?
> 
> Chad
> who gets funny looks when he feels his way around programming languages
> 
> ---
> You are currently subscribed to cfaussie as: [EMAIL PROTECTED]
> To unsubscribe send a blank email to [EMAIL PROTECTED]
> Aussie Macromedia Developers: http://lists.daemon.com.au/
>

---
You are currently subscribed to cfaussie as: [email protected]
To unsubscribe send a blank email to [EMAIL PROTECTED]
Aussie Macromedia Developers: http://lists.daemon.com.au/

Reply via email to