All Questions
4,341
questions
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 ...
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 ...
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 '...
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 ...
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=&...
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 ...
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>
$(...
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/...
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 -
...
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 ...
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 ...
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",
...
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 ...
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....
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 ...