|
|
Browse by Tags
All Tags » JavaScript » 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 ...
-
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 ...
|
|
|