Develop and Download Open Source Software

Browse CVS Repository

Diff of /gikonavigoeson/gikonavi/Giko.pas

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

revision 1.178 by h677, Wed Dec 10 16:53:17 2003 UTC revision 1.179 by h677, Thu Dec 11 11:44:27 2003 UTC
# Line 3834  var Line 3834  var
3834          nm: OleVariant;          nm: OleVariant;
3835  begin  begin
3836  //      OleVariant(Browser.Document).parentWindow.location.hash := AName;  //      OleVariant(Browser.Document).parentWindow.location.hash := AName;
3837            while (Browser.ReadyState <> READYSTATE_COMPLETE) and
3838                                    (Browser.ReadyState <> READYSTATE_INTERACTIVE) do begin
3839                    Application.ProcessMessages;
3840            end;
3841          try          try
3842              top := 0;              top := 0;
3843          nm := AName;          nm := AName;

Legend:
Removed from v.1.178  
changed lines
  Added in v.1.179

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26