Hi,
Bit of a N00b question, I have a site with multiple viewstates, 
obviously there are individual elements within each view state. 

I'm getting an error when pressing a button on one state that calls a 
function, that references an element on another state. 

The error is saying that 'The element doesn't exist'. This only 
happens if I haven't viewed the state in the browser.

IE I can't make an element visible if I haven't viewed that state, 
can I do something like:

viewState.elementName.visible = true

rather than just:

elementName.visible = true (which doesn't work)

Thanks
Shaun


Reply via email to