On Tue, January 17, 2006 4:27 pm, Bing Du wrote:
> Hello everyone,
>
> Here is what I want to accomplish. Query the backend database and
> generate a page listing all the staff members in table format that has
> name, title, phone and office address. Staff name should be a link.
> Clicking the li
Bing,
I think I have implemented at http://www.arls-lilies.org/h/board.php
what you are looking for. If so, let me know.
On 1/17/06, Bing Du <[EMAIL PROTECTED]> wrote:
> Hello everyone,
>
> Here is what I want to accomplish. Query the backend database and
> generate a page listing all the staff
you can also make it a hidden form variable that is updated dynamically when
a 'staff' member is clicked before form subimmion.
generated staff link:
javascript:
function sendForm(staffID) {
document.myform.staffID.value = staffID;
document.myform.submit();
}
On 1/17/06, Bing Du <[EMAIL PRO
Bing Du wrote:
Hello everyone,
Here is what I want to accomplish. Query the backend database and
generate a page listing all the staff members in table format that has
name, title, phone and office address. Staff name should be a link.
Clicking the link should query the database again and u
Hello everyone,
Here is what I want to accomplish. Query the backend database and
generate a page listing all the staff members in table format that has
name, title, phone and office address. Staff name should be a link.
Clicking the link should query the database again and use the
informat
5 matches
Mail list logo