Hot Software News at Z5software
We deliver breaking news related to Software Development Industry
-
Jun151 Comment
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
-
Feb3No Comments
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.
-
Jan19No Comments
Hi,
I have designed a jsp (details.jsp)that is including two other jsp as below
There is a IFRAME in pdfImage.jsp:
-
Aug23No Comments
I’m not a very strong code creater. In fact I do a really bad job and have some pretty dumb ideas.
But Dumb Ideas may not always be so dumb and even a dope like me has a good day.
Since pop up blockers are killing even the pop ups that are part of a site. (And there is a lot of surfers that just aren’t smart enough to turn it off.)
I got to thinking that if a pop up could be created with DHTML and have an Iframe ebedded into it.
Is this even possible ?
I really have a bad time understanding my own thoughts and even a harder time explaining what goes on in my head. Tolerate me, I’m harmless..
Let me try and be more clear…
Popups became such a nuisance that smart surfers now run popup stoppers and popup blockers. Even Google and Yahoo have added free popup blocking to their toolbars.
The newest tool many entrepreneurs are now using to get around the blocking is referred to as an “unblockable” popup, because it loads in the same page the visitor is already viewing instead of a separate window.
so I thought of a nice pop up that appears in the browser with a cool, semi-transparent look. When you look at the shadow of the object, you can still see the background.
But instead of a clickable area… It actually displays an Iframe.
I have more than 1 site and if I can ” overlap ” my sites.. Well, it would help make my life easier.
