Home Articles FAQs XREF Games Software Instant Books About Feedback Search Site-Map
irt.org logo

Feedback on: What is So Dynamic About Dynamic HTML?

irt.org | About | Feedback | 883 [ previous next ]

Feedback on:
What is So Dynamic About Dynamic HTML?

Sent by
Alex Calothis on March 01, 2000 at 17:15:24:

Worth:
Very worth reading

Comments:
Great article - do you know if there is a way of refering to an object from a javascript function without passing in a reference to the object (in Netscape)

something along the lines of:

function myFunc(){
if (document.all)
txt.innerHTML = "Some text"
else if (document.layers) {
txt.document.open();
txt.document.write("Some Text");
txt.document.close();


}

<font id="txt">Hello</font>

<font onmouseover="myFunc">Put your mouse over here!</font>

Help!!





Other feedback on 'What is So Dynamic About Dynamic HTML?' - show all


Provide feedback ...
AddThis Social Bookmark Button

Provide feedback ... AddThis Social Bookmark Button


Last Updated: 21st December 2007. Maintained by: Martin Webb
irt.org liability, trademark, document use, privacy statement and software licensing rules apply.
Copyright © 1996-2008 irt.org, All Rights Reserved.