I am using the following code to open a new window from my Jquery code:
window.open("/mypage", "mywindow","status=0,toolbar=0, height=500, width=500");
I just wonder if there is a way to add body classes to the new window in the resulting page so I can add some bespoke styling.