background preloader

Wopenclose1

Facebook Twitter

JavaScript tutorials - innerHTML. This is the JavaScript equivalent to a get rich quick scheme!

JavaScript tutorials - innerHTML.

You get a lot of bang for your bucks! With the technique described in this tutorial you can replace a chunk of HTML in a loaded page with another block of code. In other words...you can change text, replace text with an image, replace an image with an SWF, add a table to an empty cell, etc, etc... Sounds exiting - don't you think?! First place <div id="myDiv">xxxx code xxxx</div> tags around the code you want to change, and to give the div an ID.

Implementing_AJAX_in_ATG_applications.pdf (application/pdf Object) Very Dynamic Web Interfaces. February 09, 2005 One of the classic drawbacks to building a web application interface is that once a page has been downloaded to the client, the connection to the server is severed.

Very Dynamic Web Interfaces

Any attempt at a dynamic interface involves a full roundtrip of the whole page back to the server for a rebuild--a process which tends to make your web app feel inelegant and unresponsive. In this article, I'll be exploring how this problem can be tackled with the use of JavaScript and the XMLHttpRequest object. Javascript / Client Side Development. Calling function in a child window from main parent window - comp.lang.javascript.

Updating Parent TextBox from Child Popup Window. p2p.wrox.com Forums - Refresh parent onclose of child.