javascript - Changing iframe lengths by clicking on a link -
I am very new to javascript and this can be a dumb question, working on a school website, But an IFrame must be small / long.
Say that I have a navbar on top with an iframe. Would it be possible to add one of these links, such as
function iframeLength () {frame.obj.length = 200; }
I tested this code, it works like a magic thing is, I do not know if i
Thank you, Michael
I think this is what you want :
& lt; A href = "#" onclick = "return iframe lang ();" & Gt; Do it! & Lt; / A & gt;
Comments
Post a Comment