> > That won't work. Clicking on a link does not trigger > > sending of fields (hidden or not). > No? How about: > <form name=myForm method=post action=...> > <input bla bla bla...> > </form> > <a href="javascript:document.myForm.submit();">Click here</a> > <a href="#" onclick="document.myForm.submit();return > false;">or here</a> This would require a form for every link and that was something I illustrated earlier as one of the possibilities I had come up with. But it was a possibility that I was trying to avoid... Chris
- Re: [PHP] HREFs that can't be CC Zona
- Re: [PHP] HREFs that can't be Jaxon
- RE: [PHP] HREFs that can't be Boget, Chris
- Re: [PHP] HREFs that can't be CC Zona
- Re: [PHP] HREFs that can't be php3
- Re: [PHP] HREFs that can't be Carsten Gehling
- Re: [PHP] HREFs that can't be CC Zona
- RE: [PHP] HREFs that can't be Boget, Chris
- RE: [PHP] HREFs that can't be Ernest E Vogelsinger
- RE: [PHP] HREFs that can't be Boget, Chris
- Re: [PHP] HREFs that can't be Boget, Chris
- Re: [PHP] HREFs that can't be Robert Vetter
- RE: [PHP] HREFs that can't be Boget, Chris
- Re: [PHP] HREFs that can't be Robert Vetter
- RE: [PHP] HREFs that can't be Boget, Chris
- RE: [PHP] HREFs that can't be Boget, Chris
- RE: [PHP] HREFs that can't be php3