SPrelewicz
Programmer
Here is what I am trying to do:
I have a text database with a ton of entries. They are journal titles and corresponding hyperlinks and types. What I've been asked to do, when a user clicks on a type, a list of journal titles, with thier links is generated for all of that type. This is done. They want me to add an alphabet thing on top, so when a letter is clicked it jumps down to the first title with that letter. Of course, I know this is done with the HTML name attribute and #. Any suggestions, however as to how I can attach the name attribute to the correct url? This would be done dynamically, through CGI as the page is generated. I thought about using the lcfirst command, but don't know what exactly it does. Thanks.
I have a text database with a ton of entries. They are journal titles and corresponding hyperlinks and types. What I've been asked to do, when a user clicks on a type, a list of journal titles, with thier links is generated for all of that type. This is done. They want me to add an alphabet thing on top, so when a letter is clicked it jumps down to the first title with that letter. Of course, I know this is done with the HTML name attribute and #. Any suggestions, however as to how I can attach the name attribute to the correct url? This would be done dynamically, through CGI as the page is generated. I thought about using the lcfirst command, but don't know what exactly it does. Thanks.