Ask a Question related to PHP Development, Design and Development.
-
Baroiller Pierre-Emmanuel #1
Re: Multiple image buttons
Hi,
I don't understand what you really want to do...
what do you mean by "image button" ?
an <input type="image"> or <img src=""> ??
On my opinion, you don't need php to check what button is pressed... All
this can be done with
a simple javascript function ... or with <a href> tag.
After this, send a value to your phpscript like "pressed=xx" where xx is the
named button pressed.
Regards,
P.E. Baroiller
"Hardik Doshi" <php_hardik@yahoo.com> a écrit dans le message de
news:20030909130613.54717.qmail@web14704.mail.yaho o.com...> Hi Group,
>
> I have a page on which there are multiple image
> buttons. Is there any way to determine which button is
> pressed by the user?
>
> For example, there is a page on which i display all
> the users of the system with the edit and delete
> button beside each user entry. Now if admin wants to
> delete one of the users then how can i know admin
> pressed which button? It is possible with non-image
> button but image button always give me x and y
> co-ordinates.
>
> Please let me know if you have any clue.
>
> Thanks
>
>
> __________________________________
> Do you Yahoo!?
> Yahoo! SiteBuilder - Free, easy-to-use web site design software
> [url]http://sitebuilder.yahoo.com[/url]Baroiller Pierre-Emmanuel Guest
-
Multiple buttons on a html form
:confused; Can anyone help me I need to have multiple button on a form 12 to be exact. My form is at... -
Multiple Submit Buttons using the IMAGE type
Hoping one of you gurus can help me out here. I have a form that has 3 buttons that perform different actions when clicked (create new, edit, and... -
Flash, XML, and Image buttons
I want to use xml to populate a flash file and have links as buttons. I can have an xml file populate a swf file, but I also need the links to be... -
Multiple Flash Buttons
I have a flash movie that has MANY buttons for navigation. I want to use 3D so i need to import to director and control my timeline with my flash... -
[PHP] Multiple image buttons
From: "Hardik Doshi" <php_hardik@yahoo.com> Use a method like this: <html> <form method="POST" action="test.php"> <input type="image"...



Reply With Quote

