MCD4x4
04-22-2006, 07:12 PM
I have to make a page for club contacts. Is there a way to keep the members info alphabetized even as I add new members? Or will I have to keep doing it manually? Thanks.
|
||||
Is there a way to keep a paged alphabetized?MCD4x4 04-22-2006, 07:12 PM I have to make a page for club contacts. Is there a way to keep the members info alphabetized even as I add new members? Or will I have to keep doing it manually? Thanks. nathan_lamothe 04-22-2006, 07:40 PM Javascript can be used to sort html tables. I haven't got that far in my own understanding of javascript, but I suspect if you googled "javascript table sort" you'd come up with some useful examples. Assuming of course your contact info is stored in a table... felgall 04-22-2006, 10:18 PM If you do it with Javascript then anyone with Javascript disabled will see them in the wrong order. You would probably do better to use a server side scripting language to sort the entries before sending the page. nathan_lamothe 04-23-2006, 12:42 AM Hadn't thought of that. Thanks felgall. I keep learning here :) |
| |||
EZ Archive Ads Plugin for vBulletin Copyright 2006 Computer Help Forum