PRB: HTML Template Items' Names Changed in WebClass Designer (253298)
The information in this article applies to:
- Microsoft Visual Basic Learning Edition for Windows 6.0
- Microsoft Visual Basic Professional Edition for Windows 6.0
- Microsoft Visual Basic Enterprise Edition for Windows 6.0
This article was previously published under Q253298 SYMPTOMS
When you refresh the Webclass Designer view or reopen a project in Visual Basic 6.0, some HTML template items' names may change.
For example, if a hyperlink was named "Hyperlink1" by the Webclass Designer, after you reopen the project, this name may change to "Hyperlink4" (the actual number may vary).
CAUSE
The HTML template item does not have the name property defined. Visual Basic 6.0 Webclass Designer assigns names according to their availability and prior use in a project.
RESOLUTION
To avoid this problem, make sure that HTML template items have their name property defined. For example, a hyperlink in an HTML template should be defined as:
<a href="" name=link3>Link 3</a>
STATUS
This behavior is by design.
Modification Type: | Major | Last Reviewed: | 5/29/2003 |
---|
Keywords: | kbDesigner kbprb kbtemplate kbWebClasses KB253298 |
---|
|