Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Changed HTML element not displaying
Message
General information
Forum:
Javascript
Category:
Troubleshooting
Miscellaneous
Thread ID:
01624376
Message ID:
01624595
Views:
36
>>I have a ASP page that uses JavaScript to displays a DIV block. But when the Display="Block" it does not appear. is there a DOM method I can call to force the DIV to appear? Or is there some META (or something) that needs to be set.
>
>
><div id="MyDiv" style="display:none">I'm not visible by default</div>
>
><script>
>function makeVisible() {
>     document.getElementById("MyDiv").style.display="block";
>}
></script>
>
thanks for reply. This is what I am actually doing.

Strange though, last Saturday, I started my machine (as I do every morning), and try the DIV popup, and it worked. I still don;t know why it was failing before.
Greg Reichert
Previous
Reply
Map
View

Click here to load this message in the networking platform