jcvel
Fri Feb 15 09:35:47 CST 2008
On Feb 15, 9:26=A0am, jc...@canada.com wrote:
> On Feb 15, 8:42=A0am, Tim Slattery <Slatter...@bls.gov> wrote:
>
>
>
>
>
> > "Evertjan." <exjxw.hannivo...@interxnl.net> wrote:
> > >Come to think of it,
> > >just do not give those <input>
> > >a name and it won't be submitted,
> > >nojsnecessary.
>
> > Or set "disabled=3Dtrue " for the ones you don't want tosubmit.
> > I'd add "id" attributes to Evertjan's form:
>
> > <form>
> > <input name=3D'sendMe' value=3D'myData' id=3D"sendme"><br>
> > <input value=3D'DataNoToBeSent' id=3D"datano"><br>
> > <input type=3D'submit' value=3D'a button'>
> > </form>
>
> > Then if you want tosubmitonlysendme, run this statement before
> > submitting:
>
> > document.getElementById("sendme").disabled =3D true;
>
> > --
> > Tim Slattery
> > MS MVP(Shell/User)
> > Slatter...@bls.gov
http://members.cox.net/slatteryt
>
> Thanks guy, all makes sense. I'll give =A0atry and will reply my
> findings.!!!- Hide quoted text -
>
> - Show quoted text -
I tried it and it worked by disabling the <input..>
Thanks yor your help
Juan