|
|
|
Forum Master
      
Group: Customers
Last Login: Today @ 6:24:37 PM
GenoPro Version: 2.0.1.6
Posts: 825,
Visits: 7,407
|
|
In earlier versions of the Report Generator a Google search on an individual would find the reference to the indxxxx.htm file and load it.
In the present version the page is loaded and then snatched away as the Home page is loaded. I can see the advantage in that it allows you to navigate, which was difficult with the earlier version.
Is it possible to devise a compromise where an external link loads the ind.htm and then 'wraps' the frame around it?
|
|
|
|
|
Legendary Master
       
Group: Administrators
Last Login: Today @ 9:21:17 AM
GenoPro Version: 2.4.0.3
Posts: 3,523,
Visits: 14,875
|
|
|
|
|
|
Grand Master
      
Group: Customers
Last Login: Today @ 6:30:53 PM
GenoPro Version: 2.0.1.6
Posts: 1,151,
Visits: 5,401
|
|
appleshaw (2/28/2007) Is it possible to devise a compromise where an external link loads the ind.htm and then 'wraps' the frame around it?This feature has been around since October 2006 thanks I believe to Jean-Claude. However following your post I looked into it and found it did not work with Firefox, only IE. This is because Firefox doesn't seem to recognise the id attribute on the <frame> HTML tag, it only sees the name attribute. A fix to to change line 51 of script.js: from document.getElementById("detail").src = pageToLoad; to mytop.document.getElementsByName('detail')[0].src = pageToLoad;
|
I'll put this fix in the next release.
'lego audio video erro ergo disco' or "I read, I listen, I watch, I make mistakes, therefore I learn"
|
|
|
|