Home Articles FAQs XREF Games Software Instant Books BBS About FOLDOC RFCs Feedback Sitemap
irt.Org

Feedback: What is So Dynamic About Dynamic HTML?

Feedback on: What is So Dynamic About Dynamic HTML?

Sent by Gary S. Krajci on February 04, 1999 at 12:23:44: - feedback #78

Worth:
Very worth reading

Comments:
A life saver! I tried someone elses roll over technique and it did not work in Netscape 4.0! This one works great!



Sent by Haikou Wang on March 22, 1999 at 18:21:59: - feedback #122

Worth:
Very worth reading

Comments:
Is there any easy and safe way to load another dhtml file into a layer(alter layer content by file)?



Sent by Roman Cisar on May 04, 1999 at 06:32:23: - feedback #182

Worth:
Very worth reading

Length:
Just right

Technical:
Just right

Comments:
One of the coolest I have chased and read over Internet (comparing to msdn or devhead sites).

BUT CHECK OUT: there is one thing you didnt care about much. All included examples (coolest) are texts without using style (CSS). I tried to dynamicly change content like this in nn4 before. It will switch any previously "styled" text to ugly plain Times New Roman. And there is no chance to assign my style dynamicly. So i had to decline to a show'n'hide of as many objects (#ID's) as many the contents there were. Which is sad.

Or is it possible somehow to preserve style and change the content in nn4?

Thanks and keep doing this perfect site.



Sent by Kevin D. Sandal on October 29, 1999 at 12:24:33: - feedback #547

Worth:
Worth reading

Comments:
This is the first DHTML article which broke the issues up sufficiently in order for me to grasp what DHTML is and, just as important, what it isn't.

Thank you!





Sent by Ron on February 22, 2000 at 20:47:58: - feedback #842

Worth:
Very worth reading

Technical:
Just right

Comments:
This is helpful stuff. Far clearer than most of the books i've read.
Thanks.


Sent by Alex Calothis on March 01, 2000 at 17:15:24: - feedback #883

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!!





Sent by Michael on January 24, 2001 at 11:38:19: - feedback #2276

Worth:
Worth reading

Length:
Just right

Comments:
in NN4, altering content with the "open(), write(newhtml), close()" layer methods leaks 5x as much memory as is written to the layer.


Sent by John Roach on March 02, 2001 at 15:33:38: - feedback #2443

Worth:
Worth reading

Comments:
The onmouseover and out events are executing twice in Netscape 4.76


©2018 Martin Webb