0
votes
2answers
29 views

Knowing current timing of client

I am developing an web application in Jsp that requires the current time of the user accessing it. I am new to developing web applications. So if anyone give any idea about solving this problem I will ...
0
votes
2answers
29 views

how to make a hierarchy of check boxes using javascript [closed]

I want to make check boxes such that whenever I select or unselect the parent check box then all the child checkboxes should be selected or unselected . I want for only 1 level i.e. some parent check ...
1
vote
0answers
37 views

<a target=“main” issue in case of two different session

I have child window which has a hyperlink. On click of hyperlink i have to redirect to parent window. I could do this using following syntax- <a target="main" ...
0
votes
1answer
26 views

“org.apache.jasper.JasperException: PWC6033: Error in Javac compilation for JSP ”--written for database management

i wrote a simple jsp..i m using jetty9..i get the following error HTTP ERROR 500 Problem accessing /Adityan/page/test.jsp. Reason: Server Error Caused by: org.apache.jasper.JasperException: ...
0
votes
1answer
45 views

Unwanted br tag in div [closed]

I am using a jquery ajax for populating some values in a jsp page ,but it produces unwanted br tags this is my jsp page <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" ...
-1
votes
1answer
27 views

non recursive depth first generic-tree traversal in writing html [closed]

I have a generic tree. (Generic meaning no fixed children) Each node (including the root obviously) contains description list and name I cannot use recursive function here since it will be ...
0
votes
1answer
63 views

Submitting Value of Jquery Button To Server

I have a form with several buttons, i want to submit the form to the server using script so i use a function bind to the click events of the buttons. On the server side i want to be able to get the ...
2
votes
1answer
542 views

How to show a pop window of jsp page using javascript based on time?

I want to create a JSP page. In which I want to display a pop up window for every 10 secs. Also I want to enter a value to check the authentication in that pop up window itself. How to do it? ...
0
votes
4answers
6k views

How to show a simple textbox when I hover over an icon using jquery

I have an input field in a html and a help icon (?) next to the field, When I hover over the icon I want a simple text message to be displayed and the text message should disappear on hovering away. ...
4
votes
4answers
2k views

Refresh Simple Captcha

I am using simple captcha in my JSP. Everything is OK. I want to provide a refresh button alongside of captcha to allow user to change the captcha. Captcha changes only on refreshing the complete page ...
21
votes
3answers
66k views

if…else within JSP or JSTL

I have a kind of open-ended question.. I want to have a HTML code based on condition (desktop/ipad)..say Condition 1/Condition 2 I want to have separate HTML snippets for each of these conditions... ...
3
votes
4answers
7k views

How to make Struts radio tag create a vertical list of radio buttons

I'm using a struts radio tag that is being populated with a list of objects that have two fields: class MyAction { List<MyObject> myList; String selectedId public String ...
0
votes
1answer
7k views

jstl inside javascript

Is it possible to use jstl inside javascript? I'm tying to set <c:set var="abc" value="yes"/> and then later access this value in html and execute some code. My problem is the c:set is ...
1
vote
3answers
8k views

Call JSP file with Javascript

I have an HTML file and I want to use javascript to call a JSP file. It doesn't have to be javascript, I'm just looking for the easiest way to call the JSP file from the HTML file. How can I do ...
5
votes
1answer
7k views

set var value from input field value

I started short time ago with JSP, JSTL, HTML and JavaScript so here is my problem: I need to set the value of a var the value of an input hidden. Other option is if it possible to compare using ...

1 2 3 4 5 113
15 30 50 per page