Tell him/her to press
F11
on the keyboard and the browser window will become full screen.
You can also put this in your code :
Response.Write("<script>");
Response.Write("window.open('www.yoursite.com', '', 'fullscreen=yes, scrollbars=auto');");
Response.Write("</script>");