Skip to main content

All Questions

Tagged with
0 votes
1 answer
67 views

I want to send data using ajax when the value comes out in jsp

The value comes out from JSP. However, I don't know how to send the value as Ajax data. I tried to print the JSP value and change it, but it failed. What should I do? What should I put in the data in ...
seullbee Lee's user avatar
0 votes
0 answers
29 views

Mobile phone authentication browser problem

I'm using the mobile phone authentication function. In Chrome, Whale, and Samsung Internet browsers, callback is not made from a white window to an application after authentication. However, it runs ...
허지훈's user avatar
0 votes
0 answers
29 views

How can I show and hide in JSP not included afterimage

Well, I do maintain the Jsp file. You can see above the picture. a, b, c is a same file and d is another file. You should write and submit like a -> b -> c -> d. We have two buttons. One is '...
HUDUNY's user avatar
  • 11
0 votes
0 answers
144 views

How to restrict unauthorized member to access the URL and redirect to some admin login page

I have couple of login pages: laptopsearch.jsp, productsearch.jsp and gmailsearch.jsp. The same logic is applied in every page. If anyone tries to access this page then they are redirected to the ...
Rahul_profile_03's user avatar
0 votes
1 answer
59 views

Process all checkboxes of all pages on archieve function in javascript Datatables

I have this code that check all the checkboxes of every page of my dataTable ListDocs.jsp <th class="th2"> <input type="checkbox" id="select-all" name=&...
Luna Project's user avatar
1 vote
2 answers
174 views

Splitting a Pipe delimited text and passing it in a JS method

Html: <div class="pageEdit" value="Create|8765678|FOOD=6578~-8765678?|9381"> <a href="https://host:controller">Edit</a> </div> I want to get the ...
Sajal Saxena's user avatar
0 votes
1 answer
52 views

How do I make this form pop up when user click a button?

I have this jquery script code <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.8/jquery.min.js" type="text/javascript"></script> <script> $(...
HelloHello's user avatar
1 vote
1 answer
96 views

Substring function in JSP does not respond in an alert function

The following code does not show the alert of "abc" but there is no any error message? Any idea to solve it? <%@ include file="includes.jsp"%> <script src="js/...
SBMVNO's user avatar
  • 642
0 votes
1 answer
747 views

Problem to Open a Modal using Jquery (jquery-3.6.1.min.js) with Bootstrap 5.2.3

I am trying to open a modal from jquery and it´s not working Was working before I upgrade to Jquery and Bootstrap versions. Any ideas? JQUERY CODE - $("#exampleModal").modal(); JSP CODE - ...
Nelson Gomes's user avatar
0 votes
0 answers
85 views

jquery script not executing after submitting post directly running servlet

I have to work on a demo project where I have created a model for posts in my blog(project). I have to write a jquery script to prevent the default action to go servlet. when I wrote that code jquery ...
Swapnil's user avatar
  • 124
0 votes
1 answer
43 views

Not able to add another data to the jsp table and the popup is also not hiding after using the ajax

I am trying to update the table on the jsp page whenever I click submit it should perform the necessary operations on the database and update them in the jsp page without refreshing the page. I have ...
ni9khil's user avatar
  • 13
0 votes
1 answer
508 views

How to pass the id via jquery in ajax call to perform delete operation?

I want to delete the element of the list by clicking the delete button. i have written the following ajax call for this: .ajax({ type : "GET", ...
parikshit verma's user avatar
0 votes
1 answer
518 views

How to dynamically load more data to the jsp page after it's loaded?

I have a problem here. Pre-problem I am frontend mostly but trying to solve one important problem. All my backend is on java and I know you can load data to the page before it loads and then display ...
Vlad Phokhnitskyi's user avatar
0 votes
2 answers
428 views

Prevent static files inside a CSS from being displayed before the page is loaded

I am modifying some JSP files, and every time I upload a new version, if people don't update the cache, the styles are not rendered as they should be; it is looking not good and without styles applied....
Rusty23's user avatar
  • 71
0 votes
1 answer
88 views

Getting input text search auto filled using jquery & jsp not working

I have below web page it shows I have created one table & added AddRow & remove row functions using jquery. I am calling JSP file through AJAX call for auto search. But it seems working for ...
Ameya Vaidya's user avatar

15 30 50 per page
1
2 3 4 5
290