just cant figure out how to get the below code to auto adjust the hight, dependant on the path in "src". As i dont want hard code the height as the src path may change. I have tried various js methods, but none seem to work.
<iframe src="C:\" height="200" width="100%"></iframe>
I have done the styles inline, but will be managing all styles in a css file.
Help.