Sure. I started with this code, which is creating a list box:
<SELECT NAME=show SIZE=15>
<OPTION VALUE=anc> Anchorman
...
</SELECT>
<input type=submit name=show_update value="Edit Show">
<input type=submit name=show_create value="Create New Show">
(there are more options...
What is necessary to make a link create a hidden field like this: <input name="show" type="hidden" value="ang"> (the value is dynamically created) and then submit it like this would: <input name=show_search type=submit>?
That's not exactly what I was looking for, Thank you for the response though. That script works, but I was asked to change it from the table to a bunch of hyperlinks. I've been thinking about it, and I think I know what to do now. But if it gives me trouble I'll be sure to post to see if...
I am working on a JSP page, but I was requested to change the dynamicly created table with a set of dynamiclly created hyperlinks.
heres an example of whats generated:
<SELECT NAME=show SIZE=15>
<OPTION VALUE=wpf>wpf, What Planet Are You From, Dave Taritero, Patrick Mc Clung, , 1093, 0
<OPTION...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.