Hot Software News at Z5software

We deliver breaking news related to Software Development Industry

  • Jun
    15

    Could any tell us how to stop our users from being able to paste into out page using Tinymce?

    We get a lot of spam from some types of users that wreck a good site by going thru the internet looking for free auction and classifieds sites. They simply copy and paste the same crap to every site.

    We need to make the use type in their adverts and take away the ability to paste please?

    CTRL V is to paste right? You want to block the CTRL C. Best to block selecting the text with javascript AND the right click/copy

    it wouldnt completely stop everyone. javascript can be turned off and some javascript methods can be bypassed. I dont have any solutions for it. just google how to block right click with javascript

    Yes know about right click which is currently implemented on the page

    Read the rest of this entry »

    1 Comment
  • Feb
    3

    Okay. Here’s the deal:

    I have a form page where the user submits information to the server. I’ve built this page to be very dynamic, but to not require the reload of the page as the user progresses through the form options (which are split into different DIV tags so that I can hide certain sections and walk them through step by step). But now I’ve hit a wall. At one point in the form, the user needs to fill in a set of fields. This set of fields is dependent on a choice they made earlier in the form. I need to be able to read the choice they made earlier (which I’m doing with document.getElementById) and then, when they’re finished with the entire form process, submit the values of this ‘unique’ section.

    Read the rest of this entry »

    No Comments
  • Jan
    19

    Hi,
    I have designed a jsp (details.jsp)that is including two other jsp as below









    There is a IFRAME in pdfImage.jsp: