I am currently developing a system using JSP. When I need to do printing in my program, I will use the browser's print function but the problem is by using this feature I cannot keep track whether user clicks OK or Cancel button. So I'm thinking of developing my own print function. Is it...
Are there any ways to restrict access to links in a website ? I develop a website in which some pages are available for everybody while the rest are restricted to certain users only
Currently I am doing a program using JSP. In that program I use JavaScript function "confirm". The problem is it appears twice although I only define it once. Do you have any ide what is wrong with it ? The portion of the coding is :
<%if(v_seq.size()==0) {%>
<script>...
Currently I am doing a program using JSP. In that program I use JavaScript function "confirm". The problem is it appears twice although I only define it once. Do you have any ide what is wrong with it ? The portion of the coding is :
<%if(v_seq.size()==0) {%>
<script>...
Currently I am doing a program in JSP, and my problem is when I want to display a string extracted from database which contains a single quotation mark e.g. 15' Monitor then the rest of the information will be displayed in the wrong column (all shifted to the left one column) in the table...
I am doing a system using JSP currently, my problem is that to get the latest data from the database, I have to click the refresh button in the browser or else it will retrive the data from the cache memory (I think). Do you have any idea to solve this problem ?
I am doing a system using JSP currently, my problem is that to get the latest data from the database, I have to click the refresh button in the browser or else it will retrive the data from the cache memory (I think). Do you have any idea to solve this problem ?
I am doing a program in JSP. I have one button called auto generated. When user clicks on it, it will automatically print all data located in a table without actually displaying it on the screen. Is it possible to do that ? And one more thing : the data needs to be printed is segmented in tables...
I am doing a program in JSP. I have one button called auto generated. When user clicks on it, it will automatically print all data located in a table without actually displaying it on the screen. Is it possible to do that ? And one more thing : the data needs to be printed is segmented in tables...
I am currently doing a program using JSP.In my program I have a print button
which does a function other that printing. That is why I want to restrict
users from clicking on the browser print button. I have thought of three
possible things that I can implement, i.e :
1. Disable the browser's...
I am currently doing a program using JSP.In my program I have a print button
which does a function other that printing. That is why I want to restrict
users from clicking on the browser print button. I have thought of three
possible things that I can implement, i.e :
1. Disable the browser's...
Hi, I am new to mySQL and currently I am able to go to myySQL without having to key in username and password. What I want to know is how to set mySQL so that everytime users want to use it, they have to enter username and password ? Thanks. Please reply ASAP
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.