jotgabbi Posted October 26, 2009 Share Posted October 26, 2009 Am ripping about the coding for website working on currently, but one of main problems is I'm having to iframe in the quoting system from external source... I need to have a way where the iframe just has a flexible height and literally drops down as required as much as possible. There is no getting round the external source, and since using external source, javascript getting document height won't work. Any ideas on how I could get round this? Quote Link to comment Share on other sites More sharing options...
mrMarcus Posted October 26, 2009 Share Posted October 26, 2009 i don't believe there is a simple way of having the IFRAME automatically adjust in height as per the external contents of that IFRAME. you will somehow need to set a height within the external source and maybe call it via javascript (getElementById())? never attempted such a thing. Quote Link to comment Share on other sites More sharing options...
sticks464 Posted October 27, 2009 Share Posted October 27, 2009 See if this script is what you want. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.