[技巧]:页面跳转过程move procedure TframMenu.Move(AFormClass: TIWAppFormClass); begin // Release the current form TIWAppForm(WebApplication.ActiveForm).Release; // Create the next form AFormClass.Create(WebApplication).Show; end; 退出并跳转到页面:WebApplication.TerminateAndRedirect(‘http://www.atozed.com‘); 访问端浏览器类型:WebApplication.Browser = brIE