Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: desiana
  • Content: Threads
  • Order by date
  1. desiana

    Print Function

    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...
  2. desiana

    access restriction

    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
  3. desiana

    Confirm Function

    Currently I am doing a program using JSP. In that program I use JavaScript function &quot;confirm&quot;. 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>...
  4. desiana

    Confirm Function

    Currently I am doing a program using JSP. In that program I use JavaScript function &quot;confirm&quot;. 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>...
  5. desiana

    Display String with Single Quotation

    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...
  6. desiana

    Refresh automatically

    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 ?
  7. desiana

    Refresh automatically

    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 ?
  8. desiana

    click one button and print automatically

    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...
  9. desiana

    click one button and print automatically

    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...
  10. desiana

    Disable the browser's print button

    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...
  11. desiana

    Disable the browser's print button

    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...
  12. desiana

    Setting MySQL username and password

    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

Part and Inventory Search

Back
Top