|
|
Browse by Tags
All Tags » IFrame
-
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, a div tag, and a button. After a few lines of JavaScript, I had it working in ...
-
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
ASP.NET AJAX Library
ASP.NET AJAX Extensions
ASP.NET AJAX Toolkit
AJAX Annotations ...
-
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 ago, and it's easy to forget about it once it's gone.
It turns out that we're not ...
-
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 on how our WebImageViewer control does this.
The WebImageViewer control does not use the ...
|
|
|