Hello,
I am finally getting around to implementing the customer portal on out site. I have a secure site so I want to use the iframe option. The problem is that the iframe doesn't dynamically re-size according to the content which result in either scroll bars or way too much whitespace to start (if I hard code in the height). Both of these options look very unprofessional and are not seamless at all.
I have been doing some research on cross domain iframe re-sizing and it looks like you could include some Javascript on the SOURCE domain (your side) that would send the height of the content to the HOST domain (my side) for use in dynamically re-sizing the HOST iframe. I have posted a link to a great resource below. Would you be willing to implenet somethinglike this so that we can seemlessly integrate your portal with our sites?
https://css-tricks.com/cross-domain-iframe-resizing/
Thanks,
Aaron