21ย years ago
Highlights
Community contributions featuredYes, this is what I want to do I guess. Earlier I had my mind wrapped around the document.write.
21ย years ago
21ย years ago
Whats the best way to go about creating html/javascript components? Ive thought to do this: <iframe id="ifcomponent1"></iframe> <script language="javascript"&โฆ
21ย years ago
I'm getting this unspecified error, which seems to happen maybe 40% or 50% of the time when Im fetching my pages from the server, but this doesnt seem to happen when I'm fetchinโฆ
21ย years ago
document.open seems to erase all of the current html. Is there a way to fetch the html before an open, so that I can write it back out with other stuff? For instance, I would liโฆ
21ย years ago
Latest Activity
See all in DiscussionsYes, this is what I want to do I guess. Earlier I had my mind wrapped around the document.write.
21ย years ago
Whats the best way to go about creating html/javascript components? Ive thought to do this: <iframe id="ifcomponent1"></iframe> <script language="javascript"> component1= โฆ
21ย years ago
getElementsByTagName("body")[0].innerHTML works great.
21ย years ago