-4

I have a screen which should be shown based on only certain conditions. Is it possible to put the entire screen in a division and show it whenever needed ? If yes, how to enable or disable it ? By default is it enabled ?

Aleksandr M
  • 24,264
  • 12
  • 69
  • 143
Ramakrishna
  • 163
  • 3
  • 9

1 Answers1

0

If you mean - How do you show and hide HTML elements using JavaScript? then I suggest that you look in to jQuery, particularly show() and hide().

Otherwise plain JavaScript can be used, see here.

If this doesn't answer your question then you might need to make your question a little clearer.

Community
  • 1
  • 1
Neilos
  • 2,696
  • 4
  • 25
  • 51