Brady Kelly
2008-02-26 18:01:16 UTC
I'm trying to get a DIV to display at will, as a sort of dialog, but I'm
stuck on setting the display as follows. Please could someone suggest why
this isn't working:
function showSearchAndReplace()
{
var dSr = document.getElementById("divSR");
dSr.style.display="inline";
debugger;
return true;
}
My DIV is marked up as:
div id="divSR" style="display: none;"
===================================
This list is hosted by DevelopMentor� http://www.develop.com
View archives and manage your subscription(s) at http://discuss.develop.com
stuck on setting the display as follows. Please could someone suggest why
this isn't working:
function showSearchAndReplace()
{
var dSr = document.getElementById("divSR");
dSr.style.display="inline";
debugger;
return true;
}
My DIV is marked up as:
div id="divSR" style="display: none;"
===================================
This list is hosted by DevelopMentor� http://www.develop.com
View archives and manage your subscription(s) at http://discuss.develop.com