" Cal Who" <(E-Mail Removed)> wrote in
news:(E-Mail Removed):
> As I said it is the div (containg the iframe) that contains the
> padding that puts a white margin around the iframe.
>
> Where I am now is I'm trying a asp
ropDownList
>
> I hope I can figure out how to set the padding on the div from a
> asp
ropDownList event.
>
> How would you do that?
I was understanding you did not want to take a roundtrip to the server.
If you are taking a roundtrip, programmatically set the padding based on
what action is being taken. Just have the DIV runat=server and
programatically set the padding.
If you want every thing to happen on the client side, you cannot merely
href target the iFrame. you have to use javascript. You can set the
padding of the DIV in the JavaScript routine. You will then open the
page using JavaScript in the targeted "window".
Peace and Grace,
--
Gregory A. Beamer (MVP)
Twitter: @gbworld
Blog:
http://gregorybeamer.spaces.live.com
*******************************************
| Think outside the box! |
*******************************************