Re: v4: Hyperlinks don't open in seperate window

  •  11-10-2007, 4:18 AM

    Re: v4: Hyperlinks don't open in seperate window

    I had the same problem.  They gave me an updated Channel.aspx file.  You might try this:
     
    I'm guessing this is where the problem was:
     

    <head runat="server" id="aspnetHead">

    <base target="_blank" />

    <title>Channel</title>


    **Add <base target="_blank" /> above the title tags in Channel.aspx if you want to try a fix before it's ready in the download.
View Complete Thread