[Date Index][Thread Index]
[Date Prev][Date Next][Thread Prev][Thread Next]

lost javascript code for navbar



After upgrading to wml-2.0.x I miss the following java script code in
my HTML output files:

function nb_imgNormal(imgName) {
    if (document.images) {
        document[imgName].src = eval(imgName + "_n.src");
        self.status = '';
    }
}
function nb_imgSelect(imgName) {
    if (document.images) {
        document[imgName].src = eval(imgName + "_s.src");
        self.status = '';
    }
}
function nb_imgOver(imgName, descript) {
    if (document.images) {
        document[imgName].src = eval(imgName + "_o.src");
        self.status = descript;
    }
}

Has somebody experienced the same problem?
If so, what's going wrong, and what's the solution?

Thanks,

-Remco

PS I found my solution for the the <prog> in <compound>
   But why is the <prog> gone in wml-2.0.x?

-- 
----------------------------------------------------------------------------
    Remco van den Berg                           Admin/SO/helpdesk DSE      
      ICQ: 47514668         rvdberg@dse.nl         http://www.dse.nl/       
----------------------------------------------------------------------------
______________________________________________________________________
Website META Language (WML)                www.engelschall.com/sw/wml/
Official Support Mailing List                   sw-wml@engelschall.com
Automated List Manager                       majordomo@engelschall.com