Welcome to Atalasoft Community Sign in | Join | Help

Browse by Tags

All Tags » IFrame » JavaScript   (RSS)

Passing DOM elements from one frame to another

I came across an interesting problem with Internet Explorer and Safari this week: I wanted to take an arbitrary html element that had been created on a page, and send it to an iframe that was on the same page. I created a simple test page with an iframe,
Posted by David Cilley | 1 Comments
Filed under: ,

Asynchronous callbacks without XMLHttpRequest

Bill Bither and I attended the Real-World AJAX One-Day Seminar in NYC on Monday, and many different methods of interacting with the server asynchronously were covered. With all the different methods to choose from, I felt that I could give an example