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 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
 -
 IT Developer / Systems
 Maxumise (Fiji) Limited
 Level 4, FNPF Place
 Suva,
 Fiji Islands.
 Tel : (679) 330 3137
 Mobile : (679) 995 4250
 
 ~~
 This communication contains information which is confidential
 and may also be privileged. It is for the exclusive use of the intended
 recipient(s). If you are not the intended recipient(s), please note
 that any distribution, copying or use of this communication or the
 information in it is strictly prohibited. If you have received this
 communication in error, please notify the sender immediately
 and then destroy any copies of it.
 ~

-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



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,
 
 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
 -
 IT Developer / Systems
 Maxumise (Fiji) Limited
 Level 4, FNPF Place
 Suva,
 Fiji Islands.
 Tel : (679) 330 3137
 Mobile : (679) 995 4250
 
 ~~
 This communication contains information which is confidential
 and may also be privileged. It is for the exclusive use of the intended
 recipient(s). If you are not the intended recipient(s), please note
 that any distribution, copying or use of this communication or the
 information in it is strictly prohibited. If you have received this
 communication in error, please notify the sender immediately
 and then destroy any copies of it.
 ~

-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php