HTMLv 0.72: fully worked Internet pages, as in older versions. Tested, some fixes.

git-svn-id: svn://kolibrios.org@2399 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
2012-02-24 21:27:05 +00:00
parent e4aa2672b0
commit ce623ccaec
4 changed files with 16 additions and 12 deletions

View File

@@ -144,7 +144,7 @@ void Draw_Window()
WB1.top=44;
WB1.width=Form.width-11;
WB1.height=onTop(43,5);
WB1.Load(#URL);
WB1.ShowPage(#URL);
}
int onLeft(dword right,left) {return Form.width-right-left;}