How do I get the window displays personal website and you can view it?
It’s not possible.
Well that is not 100% true. It basically depends on how determined you are.
If you really need this feature you can create a javascript event and open the page in a new tab (html5 version) or use a c++ event in combination with the windows api’s ShellExecute function (if you are developing for windows platform).
There just isn’t a built in function available.