> > 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

Reply via email to