search for: showdiv

Displaying 1 result from an estimated 1 matches for "showdiv".

Did you mean: showd
2005 Aug 31
4
Element.show - element.style.display=''''
...<p id="statusText">Starting text</p> </div> <hr /> <div id="statusFooter"> <p><a href="dummyStatusScreen.htm">Click here for details</a></p> </div> </div> <a href="#" onclick="showDiv()">SHOW</a> <a href="#" onclick="hideDiv()">HIDE</a> </body> </html> [/html] ---------------------------------------------------------------------------- ------------------- [ajax-play.js] function showDiv() { //alert(getStyle($(STATUS_...