Hey All,
My situation is complex for me, so I will do my best to explain it to get your help. Here gos!
I am building my site and it is coming along just fine. However, I have come to a point that I really need an advanced piece of code to control three pages. The scenario works like this:
Page 1 has a table with a list of names and their associated information(email address, phone#, cell#). The name field is a hyperlink that will take the visitor to Page 2. Page 2 will contain additional information specifically about the name that was selected from Page 1. Page 2 will have 6 hyperlinks that need to dynamically load information about the name from Page 1. This information need to load in a frame on Page 2. Finally the visitor will select the video link, on Page 2, that will open Page 3. Page 3 contains a video player that will play the programmed video.
My situation is this; I would like to create this without having to create 2 new pages for each name in the table. I would like to dynamically update Pages 2 & 3 from a data sheet created for each name in the table.
I appreciate your help with this.
You can see an example of this at the following link:
My situation is complex for me, so I will do my best to explain it to get your help. Here gos!
I am building my site and it is coming along just fine. However, I have come to a point that I really need an advanced piece of code to control three pages. The scenario works like this:
Page 1 has a table with a list of names and their associated information(email address, phone#, cell#). The name field is a hyperlink that will take the visitor to Page 2. Page 2 will contain additional information specifically about the name that was selected from Page 1. Page 2 will have 6 hyperlinks that need to dynamically load information about the name from Page 1. This information need to load in a frame on Page 2. Finally the visitor will select the video link, on Page 2, that will open Page 3. Page 3 contains a video player that will play the programmed video.
My situation is this; I would like to create this without having to create 2 new pages for each name in the table. I would like to dynamically update Pages 2 & 3 from a data sheet created for each name in the table.
I appreciate your help with this.
You can see an example of this at the following link:
Comment