Howdy all!

I'm trying to make my table-outputted page of data from my database have a
MouseOver menu.

(ie

Column1 2       3       4
data1           a       b       c
data2           g       h       j
)

Currently all the data has a dynamically created link to the search again
(so I can search for all A's or H's etc.)

(ie

Column1 2       3       4
Data1           (link to other a's)a (link to other b's)b ....
etc.
)

What I'm trying to do is make the following

(
Column1         2               3               4
Data1           (link to other a's in dabase1)a
         (onMouseOver) <search database2 for inclusion of a>
                            <display page that has details on a>
etc.

Does anyone know of how to do this?

btw, I have Apache and PHP installed on this server as well so if I can use
PHP instead of Javascript that would be ok too.

SQL, QUERY

Thanks,
John Cole

Help Desk Administrator
Lockheed Georgia Employees' Federal Credit Union
430 Commerce Park Drive
Marietta, GA 30060 
(770) 424-0060
(800) 541-8921 
[EMAIL PROTECTED] 
 
Disclaimer: The information contained in this email is proprietary and
confidential.  It is intended solely for the use of the person identified
and intended as the recipient. This document is forwarded to you in such a
form (E-mail) that LGEFCU cannot guarantee the completeness and/or
correctness of its contents and information. If you have received this
E-mail message in error, please notify us immediately. Please also delete
this document from your computer. This document may not be reproduced,
copied, distributed, published, modified, or furnished to third parties,
without the prior written consent of LGEFCU. LGEFCU specifically disclaims
any responsibility or liability for any personal information or opinions of
the author expressed in this email.

---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to