logo

New Response

« Return to the main article

You are replying to:

    • avatar
    • Keven Robidoux
    • Posted on Thu 2 Oct 2003

    1- You have to hide the "no document found" (see above how).

    2- Add an hidden colomn to your view generating an hidden "href=nowhere".

    3- On the onload of your <Body>, look at every links of your page to find an href="nowhere" (or the twisties in case your view is in collapsed mode).

    for (var i=0;i<document.links.length;i++) { if document.links[i].href="nowhere" ...

    4- If no links are found then display your message with document.write("Aucun document trouvé")

    working fine with every browser...

Your Comments

Name:
E-mail:
(optional)
Website:
(optional)
Comment: