Welcome to Atalasoft Community Sign in | Join | Help

Browse by Tags

All Tags » IFrame   (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: ,

Presentation: Introduction to AJAX in ASP.NET

I'd like to thank everyone that attended my presentation on AJAX for the Western Mass .NET Users Group last night. I enjoyed presenting to the group and speaking with most of you. Topics that were covered were: What is AJAX? AJAX in .NET with IFrames
Posted by David Cilley | 0 Comments
Filed under: , ,

Attachment(s): AJAXIntro.zip

Internet Explorer won't stop making click noises!

The biggest annoyance with asynchronous postbacks through an iframe is probably the infamous "click" noises that Internet Explorer makes when you load a page. I've turned sounds for that event off (in the sounds section of the control panel) a long time
Posted by David Cilley | 0 Comments

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