On 10/29/07 12:25 PM, "Ben Johansen" <[EMAIL PROTECTED]> wrote in whole or in
part:

> also most of my JS code is placed after the object, because IE
> doesn't let you access the object from JS until it is there.


Can you give an example? Like this, eh (script *after* the id it calls)?

    <div id="abc">
    </div>
    
    <script type="text/javascript">
        function dosomething() {
            var myobj = document.getElementById("abc").innerHTML;
        ....
        }
    </script>

-- 
Beverly Voth                Tier3 Data & Web Services Group, LLC
606-864-0041                     http://www.tier3web.com/xml.htm

         Web Design & Hosting * Apple Consultants Network
   Certified FileMaker 7 Developer * FileMaker Business Alliance
    Coldfusion, Witango, PHP, MS SQL, MySQL, FMP, XML/XSLT, CSS
   Over 12 years experience integrating databases and the internet!
(Certified by proximity, not knowledge. I work in all flavors of FMP)



________________________________________________________________________
TO UNSUBSCRIBE: Go to http://www.witango.com/developer/maillist.taf

Reply via email to