how to print all frames inside frameset/nested frameset with javascript
问题 I have a nested frameset and i what to print all frames with one print button, i searched and tried many solutions which mentioned, but still I have problem with the IE 11. any one can help me please. my code is here. ---main page <html> <frameset rows="10%,*"> <frame name="top_frame" src="top-frame.htm" frameborder="1" noresize="0" scrolling="no"> <frameset cols="20%,*"> <frame name="left_frame" src="left-frame.htm" frameborder="0" noresize="0" scrolling="no"> <frame name="right_frame" src=