[thelist] NS4 object ref..

Peter-Paul Koch gassinaumasis at hotmail.com
Wed Jan 8 11:12:01 CST 2003


>Hey all, my NS4 coding is rusty..how would I reference the image
>object 'tbl' in that browser:
>
>---------------------
><div id="hidden"><img src="" name="tbl" border="0" height="0"
>width="0" /></div>
>----------------------

If #hidden has position: absolute or relative:

document.layers['hidden'].document.images['tb1']

If not

document.images['tb1']

--------------------------------------------------
ppk, freelance web developer
Interaction, copywriting, JavaScript, integration
http://www.xs4all.nl/~ppk/
Column "Keep it Simple": http://www.digital-web.com/columns/keepitsimple/
Nieuw: Jaaroverzicht 2002
http://www.naarvoren.nl/artikel/jaaroverzicht_2002.html
--------------------------------------------------


_________________________________________________________________
The new MSN 8: smart spam protection and 2 months FREE*
http://join.msn.com/?page=features/junkmail




More information about the thelist mailing list