javascript - iframe dynamic height adjust -



javascript - iframe dynamic height adjust -

i trying adjust height of iframe when user checks input box (the checked input box expands list). can not utilize ajax solution. has done iframe , not parent.

within iframe, can phone call function on page hosting iframe:

parent.adjustiframeheight();

javascript

Comments

Popular posts from this blog

c# - Move local mssql database to webhosted MYSQL -

java - How to pass parameters between Request-Scoped Controllers? -

string - what is the difference between "some" == "some\0" and strcmp("some","some\0") in c++? -