reload/refresh page after resize

reload/refresh page after resize

Hi, can anyone help. I've looked around for a solution to this and can't seem to find anything that works. But basically what i want to do is after the user resizes their browser the page refreshes.

I currently have this:

  1. $(window).bind("resize", resizeWindow);

    function resizeWindow( e ) {


                };






Thanks in advance for any help.

Ben