<font face="arial" size="2">this.parentNode would work, or <br />document.getElementById('otherstuff')<br />should do the same.<br /><br /></font>
                <font face="Tahoma, Arial, Sans-Serif" size="2">
                                <b>From</b>: Terry Riegel <a href="mailto:riegel@clearimageonline.com">riegel@clearimageonline.com</a><br /></font>
                <br />
                <br />
                <div class="nor" id="otherstuff">
                                <br />
                                <a href="blah...">
                                                <img src="diricon.gif" />
                                </a>
                                <br />
                                <a href="javascript:someaction('otherstuff')">
                                                <br />class="DIR"&gt;otherstuff</a>
                                <br />
                </div>
                <br />
                <br />Ok here is a restating my question hopefully simplified.<br /><br />I would like to call someaction('otherstuff') relatively. I just <br />don't know the syntax. Something like...<br /><br />...someaction(this.PARENTDIV)...<br /><br />Is this possible?<br /><br />Terry