[PHP-DB] Clicking on the Picture

2004-08-30 Thread Feroz
Hi, I have a Diagram that I need to upload to web page. The diagram contains 3 pictures but as one diagram. Now is it possible to code the pictures in the diagram so its clickable, that is when picture one is clicked then it opens a new page. Regards, Feroz -

Re: [PHP-DB] Clicking on the Picture

2004-08-30 Thread Peter Ellis
Yes. It's called image mapping. Do a Google search. This isn't PHP related. -- Peter Ellis - [EMAIL PROTECTED] Web Design and Development Consultant naturalaxis | http://www.naturalaxis.com/ On Tue, 2004-08-31 at 15:07 +1200, Feroz wrote: Hi, I have a Diagram that I need to upload to web

Re: [PHP-DB] Clicking on the Picture

2004-08-30 Thread Ng Hwee Hwee
what about this?? a href=# onclick=location.href='page2.php' img src=picture.gif width=100 height=100 border=0 /a - Original Message - From: Feroz [EMAIL PROTECTED] To: Php-Db [EMAIL PROTECTED] Sent: Tuesday, August 31, 2004 11:07 AM Subject: [PHP-DB] Clicking on the Picture Hi