Gossamer Forum
Home : Products : Gossamer Links : Version 1.x :

Re: Detailed Pages like Yahoo company pages

Quote Reply
Re: Detailed Pages like Yahoo company pages In reply to
only way i can see you doing that is have a seperate detailed2.cgi page for company info. Then you can do the next bit two ways:

i) have a seperate field inside each link with the id of the company page so that when you display link 45,64 and 532 they all link to detailed.cgi?id=34 sort of thing.
ii) have a seperate table for link to detailed2 relations, so that you have

LinkID Detailed ID
45 34
64 34
532 34

sort of thing.

you then have detailed2.cgi?id=532 but it jumps to the page for 32 (from the table).

not sure which is best, i am quite new to this but these are the ways i can see it being "done".

http://www.ASciFi.com/ - The Science Fiction Portal
Subject Author Views Date
Thread Detailed Pages like Yahoo company pages JerryP 3304 Jan 18, 2001, 3:30 PM
Thread Re: Detailed Pages like Yahoo company pages
Stealth 3213 Jan 18, 2001, 5:38 PM
Thread Re: Detailed Pages like Yahoo company pages
JerryP 3184 Jan 24, 2001, 2:34 AM
Post Re: Detailed Pages like Yahoo company pages
padders 3154 Jan 30, 2001, 4:08 PM