Please go thorough below HTML files code.
Here I am trying to use toggle function of jQuery. Here my toggle for \"content.HTML\" page is working perfectly.
I need to hid
Here you have toggle button in content frame and want to hide menu frame onclick of toggle button.
Problem is you cannot access javascript function present in parent from child frame, hence need to do some work-around like below :
Add a event listener in parent and call toggle frame function (frame cannot be hide or show directly using display property of css, hence added two seperate function) :
........