aspose file tools
The moose likes Servlets and the fly likes javascript not giving the desired output.Please help. Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » Servlets
Reply Bookmark "javascript not giving the desired output.Please help." Watch "javascript not giving the desired output.Please help." New topic
Author

javascript not giving the desired output.Please help.

puja shaw
Ranch Hand

Joined: Nov 06, 2012
Posts: 32
I am able to run the below given servlet program which includes javascript.
Expected Output: the hidden variable value should be shown in the drop down list in the next page.
Problem:I am not getting any syntax errors but i am not getting the desired output.i.e the value in the hidden field is not getting displayed in the drop down list.
Kindly help me out with the program.



Swastik Dey
Ranch Hand

Joined: Jan 08, 2009
Posts: 1188

Puja

First of all put your code inside code tags, it become easier to read. Its not a good approach to generate html script from servlet. Servlet serves the purpose of a controller. You should use jsp for your view/presentation part.


Swastik
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: javascript not giving the desired output.Please help.
 
Similar Threads
http status 404 resource not found
Can't access HTML form page in browser
servlet Not able to fetch value from html file
Help me please
hidden variable syntax not working in servlets