Problem when displaying the report as one frame among another frames
GenoPro Home  |  Get Started With My Genealogy Tree  |  Buy  |  Login  |  Privacy  |  Search  |  Site Map
 
GenoPro Support Forum
Home        Members    Who's On
Welcome Guest ( Login | Register )
        



Problem when displaying the report as one frame among another frames Expand / Collapse
Author
Message
Post #14868 Posted 12/1/2006 5:18:28 PM


Famous Writer

Famous WriterFamous WriterFamous WriterFamous WriterFamous WriterFamous WriterFamous WriterFamous Writer This user is an important contributor to the GenoPro community 

Group: Customers
Last Login: 12/1/2008 12:57:35 AM
GenoPro Version: 2.0.1.6
Posts: 239, Visits: 3,871
I was trying to put the entire family report as an "internal frame" among other frames on my website.

But then - some Popup frames within the family report, such as the links to "places" under the "Most popular places" are not working.

Here is a simple example with the "harry potter" report, which is under another "top" frame

http://beraha3.50webs.com/frames/

Is there a solution for that problem?

Post #14902 Posted 12/2/2006 2:57:36 PM


Legendary Master

Legendary MasterLegendary MasterLegendary MasterLegendary MasterLegendary MasterLegendary MasterLegendary MasterLegendary MasterLegendary Master This user is an important contributor to the translation of GenoPro 

Group: Administrators
Last Login: Yesterday @ 8:36:29 AM
GenoPro Version: 2.4.0.3
Posts: 3,523, Visits: 14,877
I can see the problem, however the English Narrative Report was not designed for nested frames.  We have special code to handle the case where a page from the report is loaded out of its context, and "re-frame" it.  You are welcome to tweak the HTML code to suit your needs.

Post #14915 Posted 12/3/2006 3:37:06 AM


Famous Writer

Famous WriterFamous WriterFamous WriterFamous WriterFamous WriterFamous WriterFamous WriterFamous Writer This user is an important contributor to the GenoPro community 

Group: Customers
Last Login: 12/1/2008 12:57:35 AM
GenoPro Version: 2.0.1.6
Posts: 239, Visits: 3,871
The reason that I need to put my report "under" another "top frame", is that I have more then one report to display in my website. I would like to have a "top frame", always visible, so people could switch among the reports.

This feature is also good if someone makes the same report in two languages, and wants people to have the ability to switch between the languages by clicking an icon which is placed on the "top" frame.

I use this method for a long time on my website and it worked just fine. The only problem is to handle the "popup frames" which are connected to the "places.htm" and to the "picture details".

If it's not to much,  Maybe Ron can find a solution, because I believe this feature might be good for a lot of people.

Post #14917 Posted 12/3/2006 4:11:25 AM


Famous Writer

Famous WriterFamous WriterFamous WriterFamous WriterFamous WriterFamous WriterFamous WriterFamous Writer This user is an important contributor to the GenoPro community 

Group: Customers
Last Login: Today @ 12:47:49 AM
GenoPro Version: 2.0.1.6
Posts: 409, Visits: 3,152
The only problem is to handle the "popup frames"

The problem exists on your page before accessing the popup frame, or anything else on the Genopro Report. Click on the errors indicated on the bottom of the pages for details.

Each report has a different error, which need to be corrected.Then it should work.

Poolzone  a mere cog in a revolution

Post #14918 Posted 12/3/2006 4:36:45 AM


Famous Writer

Famous WriterFamous WriterFamous WriterFamous WriterFamous WriterFamous WriterFamous WriterFamous Writer This user is an important contributor to the GenoPro community 

Group: Customers
Last Login: 12/1/2008 12:57:35 AM
GenoPro Version: 2.0.1.6
Posts: 239, Visits: 3,871
Hi Poolzone

The problem occurs because I put the entire report within an external  frameset.

Look at this simple example.

http://beraha3.50webs.com/frames

On this example I took the link to the "Harry Potter" potter report and put the entire report in a frame.

Post #14919 Posted 12/3/2006 4:51:32 AM


Famous Writer

Famous WriterFamous WriterFamous WriterFamous WriterFamous WriterFamous WriterFamous WriterFamous Writer This user is an important contributor to the GenoPro community 

Group: Customers
Last Login: Today @ 12:47:49 AM
GenoPro Version: 2.0.1.6
Posts: 409, Visits: 3,152
This will be made much simpler when we can can have FTP access on genopro site.

If you look at my test at http:familytrees.genopro.com/poolzone/test4 and access member 5B you will see a source reference 'genopro'. Genopro can be loaded into its own frame by this means within the popup without error. It appears the error is on your home page.

Poolzone  a mere cog in a revolution

Post #14921 Posted 12/3/2006 5:42:31 AM


Famous Writer

Famous WriterFamous WriterFamous WriterFamous WriterFamous WriterFamous WriterFamous WriterFamous Writer This user is an important contributor to the GenoPro community 

Group: Customers
Last Login: 12/1/2008 12:57:35 AM
GenoPro Version: 2.0.1.6
Posts: 239, Visits: 3,871
I made a simple test to ensure that the problem is not at my website

Please look again at the changes I've made at: http://beraha3.50webs.com/frames

Here is the code of the index.html

<html>
<head>
<frameset rows="15%,85%">
  <frame src="top.htm">
  <frame src="http://familytrees.genopro.com/Ron/HarryPotter/"  name="report">
</frameset>
</head>
</html>

And here is the code of the top.htm

<html>
<head>
<body>
<b> Please choose a family report: </b>
<br>
<a href ="http://familytrees.genopro.com/JcMorin/spock/" target ="report">Mr spock family report</a><br>
<a href ="http://familytrees.genopro.com/Ron/HarryPotter/" target ="report">Harry Potter family report</a><br>
</body>
</head>
</html>

It's the most simple Html code and it has no errors.

So, I'm sure that the problem is within the report.

 As I said before,The reason that I need to put my report "under" another "top frame", is that I have more then one report to display in my website. I would like to have a "top frame", always visible, so people could switch among the reports.

This feature is also good if someone makes the same report in two languages, and wants people to have the ability to switch between the languages by clicking an icon which is placed on the "top" frame.

I believe that solving this issue,  might be good for a lot of people who wants to have the ability to switch among some reports



  Post Attachments 
index.html (1 view, 203 bytes)
top.htm (1 view, 336 bytes)
Post #14925 Posted 12/3/2006 8:47:00 AM


Legendary Master

Legendary MasterLegendary MasterLegendary MasterLegendary MasterLegendary MasterLegendary MasterLegendary MasterLegendary MasterLegendary Master This user is an important contributor to the translation of GenoPro 

Group: Administrators
Last Login: Yesterday @ 8:36:29 AM
GenoPro Version: 2.4.0.3
Posts: 3,523, Visits: 14,877
Thanks for the tip.  Ron will take a look at it when he gets back on Monday.

Post #14939 Posted 12