I'm trying to create a UCSC navigation frame configuration, as used in the ENCODE project:
http://genome.ucsc.edu/ENCODE/encode.hg17.html The top level page directs the main frame to load a set of tracks from a URL like this: <html> <FRAMESET cols='27%,73%'> <FRAME name='nav' src='nav.html'> <FRAME name='browser' src='http://genome.ucsc.edu/cgi-bin/hgTracks?clade=mammal&org=Mouse&db=mm7&position=2:30276337-30671423&hgt.customText=http://my.page.url/tracks.txt'> </FRAMESET> </html> The nav frame then directs the main frame to change position like this: <html> <body> <ul> <li><a target='browser' href='http://genome.ucsc.edu/cgi-bin/hgTracks?clade=mammal&org=Mouse&db=mm7&position=chr2:30276337-30671423'>chr2:30276337-30671423</a></li> <li><a target='browser' href='http://genome.ucsc.edu/cgi-bin/hgTracks?clade=mammal&org=Mouse&db=mm7&position=chr2:120963553-121342802'>chr2:120963553-121342802</a></li> ... It works well... under Firefox. Under IE, when you click on the nav links, it resets the browser frame to display the genes, rather than the custom tracks that have been uploaded. It works fine if you right click on the nav links and do open in new window/tab. Has anybody seen this problem? Peter _______________________________________________ Genome maillist - [email protected] http://www.soe.ucsc.edu/mailman/listinfo/genome
