Oops...brain hemorrhage there.

function popUp(boxName,on) {
    objLayer = getObject(boxName);
    if (on)
       objLayer.style.visibility = ns4 ? "show" : "visible";
    else
       objLayer.style.visibility = ns4 ? "hide" : "hidden";
}

-- 
jon
mailto:[EMAIL PROTECTED]

Wednesday, August 14, 2002, 9:31:36 AM, you wrote:
JH> function popUp(boxName,on) {
JH>     objLayer = getObject(boxName);
JH>     if (on)
JH>        objLayer.style.visibility = "show";
JH>     else
JH>        objLayer.style.visibility = "display";
JH> }

______________________________________________________________________
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to