Link to home
Start Free TrialLog in
Avatar of jszeto
jszeto

asked on

How to adjust iframe height dynamically from the content inside?

I have an iframe which contains a web page:

<iframe src="www.xxx.com"></iframe>

My question is, how can I adjust the iframe's height dynamically from the content inside after the "submit" button is clicked?

Any ideas?
Avatar of leakim971
leakim971
Flag of Guadeloupe image

do you have hand on www.xxx.com to modify or add javascript?
Avatar of jszeto
jszeto

ASKER

There is a <form> in the www.xxx.com and a <submit> button, there is no JS inside. That's what I want to achieve. :)
do you have hand on www.xxx.com to modify or add javascript?
ASKER CERTIFIED SOLUTION
Avatar of lightspeedvt
lightspeedvt

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial