waeydreki
07-29-2008, 10:26 PM
I am a beginner web page programmer. In my web page, I am trying to have a long list of links to popup windows. In each popup link it will have the code:
<A HREF="javascript:popUp('member.txt')">name</A>
--------------------------------
In the member.txt will be:
Member name:
Rank:
Description:
-------------------------------
This is what I need help. I need to have each popup link to open THE SAME text document however, each popup will need to be filled out with their name and their description. So I need the coding of a way to manually type everyones name, rank and description WITHOUT HAVING many txt documents.
-------------------------------
For more understanding, I am creating a geocities webpage for my video game community. I am trying to have enlisted members and a popup of their description.
This is our old site: http://geocities.com/woaesir/rost.html I am trying to recreate a page similar to that, having popup links to every member. Webmaster to that page is long gone now >.<
-------------------------------
Any help would be appreciated. I would like to have the html or java scripting of it. If there is another way to do it please inform me. Also, If you have any other ideas or tips that would be great. Thank you everyone.
The site I am creating: http://www.geocities.com/waeydreki
<A HREF="javascript:popUp('member.txt')">name</A>
--------------------------------
In the member.txt will be:
Member name:
Rank:
Description:
-------------------------------
This is what I need help. I need to have each popup link to open THE SAME text document however, each popup will need to be filled out with their name and their description. So I need the coding of a way to manually type everyones name, rank and description WITHOUT HAVING many txt documents.
-------------------------------
For more understanding, I am creating a geocities webpage for my video game community. I am trying to have enlisted members and a popup of their description.
This is our old site: http://geocities.com/woaesir/rost.html I am trying to recreate a page similar to that, having popup links to every member. Webmaster to that page is long gone now >.<
-------------------------------
Any help would be appreciated. I would like to have the html or java scripting of it. If there is another way to do it please inform me. Also, If you have any other ideas or tips that would be great. Thank you everyone.
The site I am creating: http://www.geocities.com/waeydreki