[Solved] Can anyone advise me on what this JavaScript code does?
[ad_1] The use of parent.Bottom is indicative that an iframe named “Bottom” exists within the page. Based on that, you can assume that the method changeDiv() is setting this iframe’s content to Intro.asp, and that proceed() is submitting a form called frmChange within that iframe. I would also add that the MM_ methods are not … Read more