Webgadget...
Posted: Wed Sep 03, 2003 3:54 pm
				
				Hello,
I just want to display an htm page in a window.
What's wrong in this ?
It displays nothing   
   
 
Thks guys.
			I just want to display an htm page in a window.
What's wrong in this ?
Code: Select all
OpenWindow(1, 1, 1, 200, 200,#PB_Window_SystemMenu, "test htm")  
CreateGadgetList( WindowID() )
WebGadget( 1, 10, 10, 190, 190, "test.htm" )
 
   
 Thks guys.
 
  