sams@centric.net said:[color=blue]
>
>I've seen this covered before, but I just don't understand Java very
>well. I apologize if this is a repeat.
>
>Basically, I need a text/java style submit form with multiple hidden
>fields. It would take the place of the following standard submit
>button:
>
><form action="ProductQuery.cfm" name="LineCode" method="post">
><input type="hidden" name="Year" value="#GetProducts.Year#">
><input type="hidden" name="Make" value="#GetProducts.Make#">
><input type="hidden" name="Model" value="#GetProducts.Model#">
><input type="hidden" name="Model" value="#GetProducts.Model#">
><input name="SubmitVehicle" type="submit" value="Submit">
></form>
>
>Any ideas?[/color]
1. Javascript has nothing at all to do with Java.
2. As far as I know, neither HTML nor either of these languages
has any feature called a "text/java style submit form".
What, exactly, do you want?