How do i get a webpage to open up in a frame?
(i'm using netbeans and java)
e.g in a html page you can use
<FRAME src="http://www.google.com">
and it will display google in the frame.
i don't want it to open a browser, just to open up within the form.
thanks