Open popup window dynamic.

vinnie881

Well-known member
Joined
Sep 3, 2006
Messages
152
Programming Experience
3-5
This is probably a really easy question, but I am having some issues figuring it out.

I need to dynamically create a URL in my code, then when someone clicks the hyperlink it opends that url in a new window.

Ie.

Dim hl as hyperlink
dim url as string
dim opt as string
url = "http://www.testsite.com/index1.html?opt=" & opt"

hl.navigateurl(url) ' Only I want this to open in a new popup window.



Can some please show me a example of what the html and revised code should look like.

Thanks.
 
Back
Top