Right, tho, most of my code hovers in a JS block just above the </body>
because sometimes if you place it just after the tag, and that tag is in let say a <form></form> sometimes a wrapper tag can get in the way

Im going to have to look into more the innerHTML thing under IE7, like Scott said your mileage may vary, and I have not gotten a flat tire from this nail ;-)

Ben


On Oct 29, 2007, at 9:43 AM, Beverly Voth wrote:

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

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

Reply via email to