//flex table opened by JP

Click to See Complete Forum and Search --> : Intranet Phonebook in ASP?


Sixpac
06-26-2001, 10:48 AM
I am using MM DW UltraDEV but am trying to make some sort of online phonebook (like a white pages) for our employees to search and list by firstname, lastname etc.

Anyone seen such an animal? I would like to use ASP but I also have Perl running on my IIS5 server.

Thanks.

Sixpac>>>

qball
06-26-2001, 01:14 PM
The phonebook (or card file) is one of those apps you use to learn a new technology. For web-based stuff, I have done this in WebPB, ASP, JSP, and Java. Could easily do this with EJB, though I just haven't.

The example is good because you need a DB and the ability to create/modify/delete records. Then your UI will need to search for records or some other manner to navigate. A simple way is faking tabs with letters (ABC, CDE, FGH, etc).