Hi there,

Currently I'm doing a testing on VB5's user document to develop web application.

My question is how to navigate from one UserDocument to another UserDocument on different session of browser.

For instance, currently I just have one browser up and I've opened "a.vbd". Now I want to call "b.vbd", I can use:

UserDocument.Hyperlink.NavigateTo "b.vbd"

It will call "b.vbd" on the same session of browser.

How to open "b.vbd" on different session of browser (I want to have 2 browsers up, one is for "a.vbd" and the other is for "b.vbd").

I'm using IE3.x - IE4.x and Netscape 4.x

Thank you.