Re: Changing \New.html and opening new Web Pages in same Window

In-reply-to: Your message of Tue, 08 Feb 2000 18:28:41 -0600."
             <NDBBLNABMLLLGPOFENCGMECACAAA.david@math.edu> 
> 
> Two questions:
> 
> 1.  When I start a new document, it does something like HOME_PAGE\New.html.
> First, why does it have a \ instead of / since most web protocols use \?
> Second, is there a way to change the New.html to something like
> UserName.html?

There was a bug in the Windows 2.4 version. Amaya generated always a \ even if 
the URI was a Web address.
 
> 2.  When I open a new document, it opens another window, the same with Help
> selections, is there a way to have this all come in the same window.  I
> tried changing IN_NEW_WINDOW in New ()to false but it didn't seem to have
> any effect.

If you call InitDocView (CurrentDocument, ....) instead of InitDocView (0, ...)
in the function InitializeNewDoc, it should display the new document in the
same window.
  Irene.

Received on Wednesday, 9 February 2000 08:48:17 UTC