Hi, I have the following code page: iframe name="vid" width=425 height=350 src="backcolor.html"></iframe><br> <a href="http://www.youtube.com/v/HhDQju-sor8" target="vid">Load Video</a> I know several lightbox has close button but it impossible to target this to "vid" iframe. While video is playing inside iframe doesn't provide a way close it. Now is there ways in closing whatever is playing inside iframe still using main page? I am interested in getting a JS file and using some button on main page using JS file properperly so whatever is playing inside "vid" iframe, perhaps reverting back to "backcolor.html" inside that iframe. Regards