Open a URL in a new Window under .NET Framework 1.1
I need to dynamically create a hyperlink on a web page that opens a URL in a new window. This is using the .NET Framework 1.1 so I can't use the LinkButton with the OnClientClick() property which is how I'd normally do it. How can I dynamically create a link on a page and have that link open a new window? Maybe there's a tidy javascript solution that I'm missing?
linkbutton.attributes.add(