Check Layer State

C

ckerns

I have an asp/javascript page. The page has several hidden layers.
When the user clicks a button, a layer becomes visible.

How can I check the state of a layer to see if it is hidden or not in
asp code?

tia

ck
 
E

Evertjan.

wrote on 01 mei 2005 in microsoft.public.inetserver.asp.general:
I have an asp/javascript page. The page has several hidden layers.
When the user clicks a button, a layer becomes visible.

How can I check the state of a layer to see if it is hidden or not in
asp code?

You cannot.

ASP is serverside and doesn't know about layers or even browsers.

Please ask a clientside code NG.
 
M

Mark Schupp

Do you need the layer state on the server? If so you will have to keep track
of it using Client-Side script code and send the information in a request to
the server when needed. The state of objects in the browser is unknown to
the server.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
474,158
Messages
2,570,881
Members
47,414
Latest member
djangoframe

Latest Threads

Top