2
0
michael 4 жил өмнө
parent
commit
46c124ced6

+ 1 - 0
demo/router/frmdemo.pp

@@ -105,6 +105,7 @@ begin
   URL:=Copy(URL,P+1,Length(URL)-P);
   Writeln('URL :',URL);
   Router.Push(URL);
+  aEvent.preventDefault;
 end;
 
 end.