Re: [PHP] anchor inside form

2009-08-25 Thread Paul M Foster
On Tue, Aug 25, 2009 at 11:29:28AM +0100, Ashley Sheridan wrote: > On Tue, 2009-08-25 at 12:28 +0200, Arno Kuhl wrote: > > -Original Message- > > From: leledumbo [mailto:leledumbo_c...@yahoo.co.id] > > Sent: 25 August 2009 09:55 AM > > To: php-general@lists.php.net > > Subject: [PHP] ancho

RE: [PHP] anchor inside form

2009-08-25 Thread Ashley Sheridan
On Tue, 2009-08-25 at 12:28 +0200, Arno Kuhl wrote: > -Original Message- > From: leledumbo [mailto:leledumbo_c...@yahoo.co.id] > Sent: 25 August 2009 09:55 AM > To: php-general@lists.php.net > Subject: [PHP] anchor inside form > > If I have an anchor inside form, how can I send form using

RE: [PHP] anchor inside form

2009-08-25 Thread Arno Kuhl
-Original Message- From: leledumbo [mailto:leledumbo_c...@yahoo.co.id] Sent: 25 August 2009 09:55 AM To: php-general@lists.php.net Subject: [PHP] anchor inside form If I have an anchor inside form, how can I send form using the anchor without displaying target url? I've tried the code bel

Re: [PHP] anchor inside form

2009-08-25 Thread Ralph Deffke
may be u can use this wrote in message news:25131146.p...@talk.nabble.com... > > > Why not just use another submit button? > > Because it's actually an entry in a tree-like menu. I need to send > parameters via get method, and code above is one way I can think of. > -- > View this message in con

Re: [PHP] anchor inside form

2009-08-25 Thread leledumbo
> Why not just use another submit button? Because it's actually an entry in a tree-like menu. I need to send parameters via get method, and code above is one way I can think of. -- View this message in context: http://www.nabble.com/anchor-inside-form-tp25129981p25131146.html Sent from the PHP

Re: [PHP] anchor inside form

2009-08-25 Thread Ashley Sheridan
On Tue, 2009-08-25 at 00:55 -0700, leledumbo wrote: > If I have an anchor inside form, how can I send form using the anchor without > displaying target url? I've tried the code below but IE says that this.form > is null or empty and Firefox does nothing. > > > # Pick me > > -- > View this