Article ID: 191183 - Last Review: July 1, 2004 - Revision: 2.3 How To Navigate Between DHTML Designer PagesThis article was previously published under Q191183 On This PageSUMMARY
If 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://msdn.microsoft.com/en-us/vbasic/default.aspx (http://msdn.microsoft.com/en-us/vbasic/default.aspx) . 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:
190249
(http://support.microsoft.com/kb/190249/EN-US/
)
INFO: VB 6.0 Readme Part 8: WebClass Designer Issues
| Article Translations
|
Back to the top
