The information in this article applies to:
SUMMARYIf you have multiple page designers in your application, you can move from one page to another within your application, or you can navigate to a page outside of your DHTML application, including Active Server Pages (ASP) pages. MORE INFORMATION
The DHTML Designer page is an HTML page with a COM component. Therefore,
navigating between multiple page designers is no different than navigating
between HTML pages. Following are two examples of navigating between page
designer pages.
Using a HyperlinkIf you want to navigate from Page1.htm to Page2.htm when the user clicks on a hyperlink, you need to:
You can use an absolute path for HREF as well. For example, you can set this property to http://www.microsoft.com/vbasic. You can change the caption of the hyperlink by simply editing it in the main designer screen. Additionally, you can convert existing plain text in the designer to a new hyperlink. To convert existing text to a hyperlink, highlight the text and click the "Make Selection into Link" icon from the designer toolbar. Navigating from CodeYou may want to navigate from within your Visual Basic code behind the DHTML page designer, as in the following examples:
REFERENCES
Please see the following article here in the Microsoft Knowledge Base for
more information on the DHTML Page Designer:
Q190249 : INFO: VB 6.0 Readme Part 8: WebClass Designer Issues
Keywords : kbDHTML kbInternet kbPageDesigner kbVBp kbVBp600 |
Last Reviewed: May 11, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |