|
|
|
Forum Expert
      
Group: Customers
Last Login: 10/18/2008 11:53:28 AM
GenoPro Version: 2.0.1.6
Posts: 75,
Visits: 450
|
|
| When I click on an individual in the family tree on my website, the link to that individual opens in a new tab. It only creates a new tab one time. If I continue to navigate within the new tab, links will then open only in that tab. I'm not using the htm pages created by the Report Generator, so I think perhaps I need to change a line of code somewhere where the link wants to open in a frame that the Report Generated htm pages use. But I'm not sure what to change. My objective is to make sure links do not open in a new tab. To test this http://www.fiorillifamily.com/genomaps/genomap0.htm click on Nicola Maria Fiorilli, the father in the tree. This will open Nicola's page in the new tab. Click the tree icon on Nicola's page in the new tab (link does not open in a new tab), then click the tree icon on the next page...click on Nicola again... The links will continue to open in the first newly created tab. I know this is not an Internet Options setting. I believe it has to do with the frames used in GenoPros htm pages in the Report Generator. Thanks for your help.
|
|
|
|
|
Forum Writer
      
Group: Customers
Last Login: 11/13/2008 6:26:46 AM
GenoPro Version: 2.0.1.4
Posts: 69,
Visits: 362
|
|
| Are you sure it's not IE? I have something similar using Internet Explorer 7 on Vista. I have a simple list of links on a single page and the first time I click on one it opens a new window. All other new links open in that same window. Internet Explorer 6 on XP does no do this, but sticks to the initial window. I never bothered to fix it since I always tend to click on the close window [X] symbol instead of closing the tabs. So at least my main window stays open. What version of browser and OS do you use?
|
|
|
|
|
IT Director GenoPro
      
Group: Customers
Last Login: 2 days ago @ 8:27:51 AM
GenoPro Version: 2.0.1.6
Posts: 457,
Visits: 5,964
|
|
| On Windows XP + IE6 I can reproduce your problem. By the way on firefox the SVG seems to be invalid. The problem is that the svg you used is normally inside a web page using frames (such as any report on familytrees.genopro.com. When clicking on an individual inside that svg the browser try to open it in a the other frame windows, since the frame do not exist, the browser create a new windows. In your case you would have to modify the report generator to generate the svg without the target. If you look at the svg itself in a notepad for instance you will see something like that: | <g onclick="displaylink('../My-Name-ind00001.htm', 'detail')"> |
If the facts don't fit the theory, change the facts. -- Albert Einstein Jean-Claude Morin Information Technology Director, GenoPro. http://www.genopro.com
|
|
|
|
|
Forum Expert
      
Group: Customers
Last Login: 10/18/2008 11:53:28 AM
GenoPro Version: 2.0.1.6
Posts: 75,
Visits: 450
|
|
| Thank you Jean-Claude. I can see how generating the svg without the target would get rid of the problem, but I want to be able to click on the person and have their page load. Therefore, I want the RG to generate svg with target. What I need is to generate the svg so it doesn't try to open in a frame. I need help determining where I can modify the report generator to generate the svg without frames. Can you help me determine this? Thanks for the heads up on Mozilla. I generated the svg uncompressed. So it should work now. Nand, I'm using Windows XP and IE 7. This happens in Mozilla too. I believe it has to do with the frames. Thanks.
|
|
|
|