Subj : RE: variables and scopes To : netscape.public.mozilla.jseng From : Stuart Date : Thu Sep 23 2004 04:58 pm All, Sorry the last problem was caused by my initial mistake. When I declared the variable initially in application scope I did not use var so it actually got defined in a higher scope (session). I know declare using var and the variable get defined in the correct place. Thanks, Stuart .