aspose file tools
The moose likes JSP and the fly likes function Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » JSP
Reply Bookmark "function" Watch "function" New topic
Author

function

Kinga Cserveny
Greenhorn

Joined: Aug 29, 2001
Posts: 18
Hi,
I am trying to write a function that will execute when I select and item in a drop down box, and it will make the same item selected [same index] in the other drop down box
Any help is greatly apprechiated.
thank you
Bill Siggelkow
Ranch Hand

Joined: Jun 27, 2001
Posts: 57
This is most easily done with JavaScript -- not JSP. I suggest
you take a look at the JavaScript ref manual at http://developer.netscape.com/docs/manuals/communicator/jsref/index.htm .


Bill Siggelkow
Jade Cove Solutions
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: function
 
Similar Threads
Reg : Drop-down box
Multiple Drop Down Boxes With same name
JSP function
JSP/JDBC problem...please help!!!!
How do i remove a item from a drop down box .