Jun 7, 2002 #1 anyideas Programmer May 2, 2002 127 GB Does anyone know if it's possible to dymanically load the height of an iframe as the page loads (selecting records from a database)? Also if anyone's encountered this problem and found another way around it could you let me know? Thanks in advance Mark
Does anyone know if it's possible to dymanically load the height of an iframe as the page loads (selecting records from a database)? Also if anyone's encountered this problem and found another way around it could you let me know? Thanks in advance Mark
Jun 7, 2002 #2 jlsmithhartfiel Programmer Jan 7, 2002 336 US I know with regular frames you can resize them by reassigning the frameset rows property. Maybe this would work for iframes too. document.myFrameset.rows = "20%, 10%, *"; Upvote 0 Downvote
I know with regular frames you can resize them by reassigning the frameset rows property. Maybe this would work for iframes too. document.myFrameset.rows = "20%, 10%, *";