Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by verman8

  1. verman8

    a links function in a form

    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"> &nbsp;&nbsp; <input type=submit name=show_create value="Create New Show"> (there are more options...
  2. verman8

    a links function in a form

    it took a while, but i finally figured out the javascript. sry I wasn't clear enough.
  3. verman8

    a links function in a form

    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>?
  4. verman8

    Dynamic Hyperlinks

    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...
  5. verman8

    Dynamic Hyperlinks

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

Part and Inventory Search

Back
Top