It seems that the following piece of HTML is ignored in IE7 but works ok in IE6/FF. It supposes to override all the html links to be opened in the desired frame
<HEAD>
<title>LeftPane</title>
<base target="rightFrame">
</HEAD>
The above code is the header of a left frame that holds an Infragistics UltraWebTree (tree menu) which doesn't support the TargetFrame property.
Is there another way to add the target attribute to all the links elements on the desired page.
Any server or client-side code workarounds?
The site is built on ASP.Net 1.1 and Infragistics V 2.0
Update the web page is aspx an the doctype is
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >