Hi!
I am wokring on an enterprise appln using
jsp,
struts and
servlets.
I have a dropdown in my jsp page. This has three values: Intranet, Extreanet and Internet.I want to get the value of the dropdown, when the user selects something fro the dropdown.
I tried using the follwoing code:
This returns something like this:
http://prodinfoadmin-acc.ericsson.se?channel=1&..... The "1" in the url indicates that it is "Intranet". How do i extranct this value?
Any ideas?