I was just wondering how I would increase/decrease the height of an iFrame with a button/link. The code below is what I tried (but obviously doesn't work). Is there anywhere I can go to learn a little of this kind of JavaScript (onclick, onmouseover, etc.) dealing with objects?
hummmmmm im not sure but is there a specific reason why you want to do this? i recently had a lot of problems with resizing a iframe based on the size of the page within the iframe. i know there is a bunch of stuff about this in google if you search, i found a million articles when i had that problem
hmm... thats almost what I need shiznatix except that seems even more complicated then what I'm looking for. I dont need to change the size depending on the content inside. I just need to increment the size (e.g. by 100px or so). Hmm... Doesn't anyone know JS on this forum? I'm sure SOMEone has done this somewhere right?
Ok... *phew*... I FINALLY found "kind-of" what I'm looking for (that works), BUT... I just dont know how to increment it. can someone help with that? Here it is...