G
Guadala Harry
Here's the functionality I'm after:
I need for a page to display a photo. When users click on other links within
the page, the photo changes. I'd like to swap out the photo without doing a
Postback of the entire page.
I initially implemented this with an aspx page that contains an IFame which
displays only the picture (gif). The behavior was what I wanted, but the
problem is that the IFrame does not resize with the photo... consequently
some photos appear to be cropped and others have white space around them. It
appears that IFrames are unaware of the content being displayed in the page
they are hosting - thus no way to dynamically resize the IFrame itself.
Any suggestions for getting the desired effect would be greatly appreciated.
It's important that the photo can be swapped out without a postback of the
entire page.
Thanks!
-GH
I need for a page to display a photo. When users click on other links within
the page, the photo changes. I'd like to swap out the photo without doing a
Postback of the entire page.
I initially implemented this with an aspx page that contains an IFame which
displays only the picture (gif). The behavior was what I wanted, but the
problem is that the IFrame does not resize with the photo... consequently
some photos appear to be cropped and others have white space around them. It
appears that IFrames are unaware of the content being displayed in the page
they are hosting - thus no way to dynamically resize the IFrame itself.
Any suggestions for getting the desired effect would be greatly appreciated.
It's important that the photo can be swapped out without a postback of the
entire page.
Thanks!
-GH