Re: [PHP] Button id's - firefox and IE different ?

2009-04-03 Thread Jan G.B.
Igor, what are you doing here? You say I'm arguing to show how big I am, but that's not true. I corrected your misleading tipps like using JSCRIPT to have form essentials and using xhtml in an html context. no reason to get personal and/or offending. bye. 2009/4/2 Igor Escobar

Re: [PHP] Button id's - firefox and IE different ?

2009-04-03 Thread Igor Escobar
If you read my email you can see that i just give a solution to him and not a TIP. IF you DONT want change your form But if i were doing, i be doing by the right way...can be sure that. Regards, Igor Escoar Systems Analyst Interface Designer -- Personal Blog ~ blog.igorescobar.com

Re: [PHP] Button id's - firefox and IE different ?

2009-04-03 Thread Jan G.B.
http://www.stimpco.com/carpix/arguingOnTheInternet.gif byebye 2009/4/3 Igor Escobar titiolin...@gmail.com: If you read my email you can see that i just give a solution to him and not a TIP. IF you DONT want change your form But if i were doing, i be doing by the right way...can be sure

Re: [PHP] Button id's - firefox and IE different ?

2009-04-03 Thread Igor Escobar
Better then READ is UNDERSTAND. Regards, Igor Escoar Systems Analyst Interface Designer -- Personal Blog ~ blog.igorescobar.com Online Portifolio ~ www.igorescobar.com Twitter ~ @igorescobar On Fri, Apr 3, 2009 at 11:30 AM, Jan G.B. ro0ot.w...@googlemail.com wrote:

Re: [PHP] Button id's - firefox and IE different ?

2009-04-03 Thread Jan G.B.
Is it mandatory to annoy the whole list with your crap? If you want to keep on informing me or insulting me or feel free to send it directly to me. I'll add you to my killfile in no time. get a life 2009/4/3 Igor Escobar titiolin...@gmail.com: Better then READ is UNDERSTAND. 2009/4/2 Igor

Re: [PHP] Button id's - firefox and IE different ?

2009-04-03 Thread Igor Escobar
ZZzz. What what ? oh sorry, i fell in sleep. Whatever, end of discussion. Regards, Igor Escoar Systems Analyst Interface Designer -- Personal Blog ~ blog.igorescobar.com Online Portifolio ~ www.igorescobar.com Twitter ~ @igorescobar On Fri, Apr 3,

Re: [PHP] Button id's - firefox and IE different ?

2009-04-02 Thread Richard Heyes
Any suggestions ? Try this: input type=submit name=btid value=Delete / input type=submit name=btid value=Cancel / input type=submit name=btid value=Save / And then you can check the value of $_POST['btid']. Oh and btw... center... seriously? That's so 9 years ago. ;-) -- Richard Heyes

Re: [PHP] Button id's - firefox and IE different ?

2009-04-02 Thread Angus Mann
angusm...@pobox.com Cc: php-general@lists.php.net Sent: Thursday, April 02, 2009 8:17 PM Subject: Re: [PHP] Button id's - firefox and IE different ? Any suggestions ? Try this: input type=submit name=btid value=Delete / input type=submit name=btid value=Cancel / input type=submit name=btid value

RE: [PHP] Button id's - firefox and IE different ?

2009-04-02 Thread Leon du Plessis
[btid2] or $_POST[btid3], etc, to determine relevant actions. -Original Message- From: Angus Mann [mailto:angusm...@pobox.com] Sent: 02 April 2009 12:45 PM To: Richard Heyes Cc: php-general@lists.php.net Subject: Re: [PHP] Button id's - firefox and IE different ? I can do as you suggest

Re: [PHP] Button id's - firefox and IE different ?

2009-04-02 Thread Phpster
What about styling a link to look like a button with css? It won't be an exact match style wise but you can get close. I have done this succesfully Bastien Sent from my iPod On Apr 2, 2009, at 6:04, Angus Mann angusm...@pobox.com wrote: Hi all. I want to have several delete buttons with

Re: [PHP] Button id's - firefox and IE different ?

2009-04-02 Thread Igor Escobar
If you don't want change your form, do some function in Javascript witch control the last button you clicked. centerbutton type=submit name=btid value=1Delete/center centerbutton type=submit name=btid value=2Delete/center centerbutton type=submit name=btid value=3Delete/center input type=hidden

Re: [PHP] Button id's - firefox and IE different ?

2009-04-02 Thread Jan G.B.
2009/4/2 Igor Escobar titiolin...@gmail.com: If you don't want change your form, do some function in Javascript witch control the last button you clicked. Javascript is bad and you don't need it. centerbutton type=submit name=btid value=1Delete/center centerbutton type=submit name=btid

Re: [PHP] Button id's - firefox and IE different ?

2009-04-02 Thread Igor Escobar
I'm sorry, you is the master o/ ps: I dont ask for them to install the jQuery, i just give an exemplo how he can do something like that. ps 2: I know the difference betwenn XHMTL and HTML i put the / there becouse it's the force of the habit ps 3: Why javascript is bad? you don't know develop a

Re: [PHP] Button id's - firefox and IE different ?

2009-04-02 Thread Ashley Sheridan
On Thu, 2009-04-02 at 11:43 -0300, Igor Escobar wrote: ps 3: Why javascript is bad? you don't know develop a good interface with that? shame on you. You don't know how to develop a good interface *without* Javascript? ;) Essentially, relying on script for something as fundamental as form