Subject: Hide all Gifs in a document
Posted By: bonekrusher Post Date: 8/7/2006 8:14:04 PM
Hi all,

I am using the following Java Code to hide and display images. Right now the "myList" is an <img ID="myList">. How do I select ALL the images?

I am asking because, I am outputing threw XSLT and there are many different images, depending on the XML imput.

I am looking for a line that will display all. This will only display the img with ID="MyList"


        <SCRIPT LANGUAGE="JScript">
function showMe() {
    MyList.style.display = "";
    }
            </SCRIPT>


Thanks,

Bones



Go to topic 46932

Return to index page 209
Return to index page 208
Return to index page 207
Return to index page 206
Return to index page 205
Return to index page 204
Return to index page 203
Return to index page 202
Return to index page 201
Return to index page 200