Internet Assistant: Nextid Setting Changes to 1 on File Reopen

Last reviewed: February 5, 1998
Article ID: Q129496
The information in this article applies to:
  • Microsoft Internet Assistant for Word, versions 1.0, 1.0z, 2.0z
  • Microsoft Word for Windows 95 version 7.0
  • Microsoft Word for Windows, versions 6.0a, 6.0c

SYMPTOMS

The <NEXTID> setting changes to "1" (without the quotation marks) after you reopen your HTML document.

CAUSE

You typed a value containing alphabetic characters or the number 0 (zero) for the <NEXTID> element. (To locate this option, choose HTML Document Info from the File menu, and then choose the Advanced button.)

STATUS

Microsoft has confirmed this to be a problem in Microsoft Internet Assistant for Word, version 1.0. We are researching this problem and will post new information here in the Microsoft Knowledge Base as it becomes available.

RESOLUTION

Edit the HTML document as text only, add the <NEXTID> element within the <HEAD>...</HEAD>, so that it looks something like this:

   <HEAD>
   <NEXTID N="z123"
   </HEAD>

MORE INFORMATION

The <NEXTID> element designates a unique identifier for your document that is generally used by automated HTML editors. This tag takes the form "z123" (without the quotation marks). It is placed inside the <HEAD> element.


KBCategory: kbusage buglist1.0
KBSubcategory: kbother
Additional query words: iaword 6.0a 6.0c winword internet 1.0 1.0z
2.0 ia word6 assistant nextid head info <nextid> changes changed change
Keywords : kbwdinternet kbother
Version : 1.0 1.0z 2.0
Platform : WINDOWS


THE INFORMATION PROVIDED IN THE MICROSOFT KNOWLEDGE BASE IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND. MICROSOFT DISCLAIMS ALL WARRANTIES, EITHER EXPRESS OR IMPLIED, INCLUDING THE WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL MICROSOFT CORPORATION OR ITS SUPPLIERS BE LIABLE FOR ANY DAMAGES WHATSOEVER INCLUDING DIRECT, INDIRECT, INCIDENTAL, CONSEQUENTIAL, LOSS OF BUSINESS PROFITS OR SPECIAL DAMAGES, EVEN IF MICROSOFT CORPORATION OR ITS SUPPLIERS HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. SOME STATES DO NOT ALLOW THE EXCLUSION OR LIMITATION OF LIABILITY FOR CONSEQUENTIAL OR INCIDENTAL DAMAGES SO THE FOREGOING LIMITATION MAY NOT APPLY.

Last reviewed: February 5, 1998
© 1998 Microsoft Corporation. All rights reserved. Terms of Use.