I loaded a new Gedcom this weekend. I started copying a wall chart for a section of the family that is not in the master database yet. While I'm adding records, I wanted to export the database for viewing by that branch of the tree.
Now the problem, Ron B sent me a file that based upon the Index.php would look like the site but has links and text in it. On this page, I want to display links to various points in the database. How would I cross Gedcoms via the link?
Link Ex: <a href='index.php?rootid=I122'>TRAINER</a>
Page found here: htt://www.trainerfamily.net/genealogy/ged_indx/index_splash.php
The family in question is Zane, currently I added the record to my main gedcom so the link works. The prob is the real record is not in the default gedcom displayed.
John
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
All,
I loaded a new Gedcom this weekend. I started copying a wall chart for a section of the family that is not in the master database yet. While I'm adding records, I wanted to export the database for viewing by that branch of the tree.
Now the problem, Ron B sent me a file that based upon the Index.php would look like the site but has links and text in it. On this page, I want to display links to various points in the database. How would I cross Gedcoms via the link?
Link Ex: <a href='index.php?rootid=I122'>TRAINER</a>
Page found here: htt://www.trainerfamily.net/genealogy/ged_indx/index_splash.php
The family in question is Zane, currently I added the record to my main gedcom so the link works. The prob is the real record is not in the default gedcom displayed.
John
Thanks Ron, that worked.
From Ron:
href="index.php?GEDCOM=ronlegacy.ged&&rootid=I606"
Put the gedcom you WANT to switch to as "GEDCOM=xxx.ged" and then use 2
"&&" then the rootid you want to go to.
-End Ron
The above sniplet worked fine.
Thanks again.
John
It should work with only 1 &
--John