HTML - Tempermental No-right Click
I've been trying to protect my source and images by using the no-right click script however, it's being tempermental! For some odd reason, it doesn't work on select pages and other times, only after I've pressed the refresh button.
Here's what I'm working with: www.kingsfieldfarm.net/index2.html It ALWAYS works on my inline frame pages. It only works on the main pages after I refresh and NEVER on the little "intro" pages. What's odd though is that I've used shtml to allow me to mass-edit so every little group of page "types" (ex, main, inline or intro) has the same HTML which I've just copied and pasted between the three text files I'm using. It's SO frustrating! And, just to annoy me, it's not working AT ALL on my first page: www.kingsfieldfarm.net Can anyone help? Similar Tutorialsis there a way on clientside, to perform a "click" programmatically on a TD? if so, how? its kind of like doing the submit() on a button, except I want to perform a click/submit on the TD Free rating and commenting system! http://js-kit.com/ includes polls,navigator and reviews system if needed! just copy and paste the provided code into your HTML and thats it! i got mine set up! visit http://www.ninjamoviesonline.com/videos.html for an example!! hello again i see all sorts of ways to do a No Right Click for your webpage, but all of them have a box that comes up or a message. can someone please give me a Simple code to insert into my page that will not allow people to Right Click and save my pictures but also will not give any messages or boxes pop up. i understand that there are ways around the right click but that is okay and i am fine with using it for what it is worth. thanks so much Hi, Anyone can assist me to get this right. I am trying to request user to give extra details in the form i created by choosing either 'YES' or 'NO'. my code is as below: Code: <tr> <td bgcolor="#eeeeff"> Is it a shared devices?<br> <font color='#F62817'>** If yes, please indicate the shared device </font> </td> <td bgcolor="#eeeeff"> <SELECT name="shared"> <option value="No"SELECTED>No</option> <option value="Yes">Yes</option> <INPUT type = "TEXT" name = "shared_remark" value = "NIL"> </tr> so basically the text box will not appear if 'NO' is chosen, but if 'Yes' is chosen, the text box will appear for user to enter. Thanks Hi: My simple website has 4 .jpg pics on it (one in each corner of the page) and text all thru the middle. These pics (and test) show perfectly when my form is first loaded. However, when the user 'clicks' on the submit button, and I re-send the same page, those four pictures disappear and the 'alt=xxx' statement appears in place of the pics. THe text still shows perfectly. Question: Why don't the pics appear on the second and subsequent times ?? I'm puzzled, because the page I'm sending is identical in all cases. Thanks for any insights on this. -Mel Smith Mesa, Arizona Hello there, I designed my site at www.officelive.com, and I'm having a heck of a time getting a "no right click" code installed. There's really no access to the site's HTML except for viewing the source code. Even when I simply copy the site's code and paste it back in an HTML module, it's all messed up. Can I have you take a look at a little sample site I did and see what you can do? Worse comes to worse, I can always put my site with a different host where I can use the no right click code. Please email me. L J Hey can you help me how do you make clickable images on html Hi everyone, Someone suggested that I use php to create a gallery for my site. I've never used php, and I want a simple click through gallery. (in the circle.) can anyone please recommend a script? http://imageupload.org/?d=4DA74E611 This is my layout. Hi guys, I want to create a "one click - two action" link within my site, but I can't seem to find out how to do it... I've got some DJ mixes in RealAudio (.ra) and when someone wants to listen to the file I want a 'openwindow' or 'popup' to open at the same click (as the RealPlayer opens and starts playing). In the window that opens I want to display the track listing of the mix. I got some suggestions with something like this: <A HREF="javascript: openWindowSized('http://www.webpage.com/mix.html',300,350); http://www.webpage.com/mix.ra">Listen here</A> But that's not working and I'm not all that great at HTML and I can't seem to figure out how to do this... Anyone have an idea?! THANKS ! C. Ok, I'm wanting to add a text box to my site and when you click a button it'll open the letters in the text box as a url for my site For example, in the text box I have hello when I click the button it'll open up http://htmlforums.com/hello.htm I also need to know how to add .htm to after the string in the text box when you click the button. I also want this to open in the same window. Any help please? Thanks. can someone help me to write a code to autoclick the following codes? note that the codes are partial codes.. help me to write the solution into a script file Code 1 <table class="bgmain" width="99.75%" border="0" cellpadding="0" cellspacing="0"><tr><td valign="top"> <form method="POST" action="tvalidate.php"> <input type="hidden" name="id" size="20" value="29409"><input type="hidden" name="xfile" size="20" value="29409.pdf"> <input type="submit" value="Download" name="Enter"> </form> Code 2 <div class="smallcurve"> <div class="t"><div class="r"><div class="b"><div class="l"><div class="tl"><div class="tr"><div class="bl"><div class="br"> <div class="smallcontent"> <table width="100%" border="0" cellpadding="5" cellspacing="0" align="center"><tr><td> </ul> </td></tr></table> <center> <form method=POST action=http:blablabla.com/29409.pdf><b>Full-Text Document View/ Download :</b> <input type=image border=0 align=absmiddle src=./images/pimages.jpg title="Click here to view full- text item"> Hi everyone, it's been a while since I posted here but I have always found great help from you all. This is about a friends site. He would like to make it so that you don't have to "click to activate and use this control". I know this is a javascript question and i'm not sure if this is the right forum for this and if so my apologies. I know even less javascript than I do HTML. His site is here so you can review it. Hello guys. I really need your help. I whant to put a clickable image i my wordpress blog and have a click counter under it. I also want that the images only is clickable x amount of times ex. 2000 times and after that a new image will take it place saying, Thank you we have reached the total limit bla bla, this image should not be clickable anymore. the same ip only once. How can i do this thank you hi hoping to stop people from using my images on my website. i have a javascript which stops no right click on images, but due to Internet Explorer security it blocks all scripts which then image is open for stealing. Any ideas on how to get around this? i've tried a transparent image but it don't work. many thanks mark this might be a stupid question, but what would the coding be to disable right click on my page? thanks. my website has 2 frames that have to change all the time(main content, and news), so sometimes when I click on one link(from navigation), I want it to call two links for me(one of them changes main content, and one of them changes news). for exampe, how to I call two links from below in one click? <a href="index.php?news=hi">Hi</a> <a href="index.php?news=hello">Hello</a> I tried something like this but it doesn't work : <a href="index.php?news=hi" AND "index.php?news=hello">Hi and Hello</a> I also notice there is a way to use "Onclick" function to solve the similar problem, but it does not fit in my code. Please, help me if u know the answer. thank you Hey all, i'm new to the forum so let me know if i've posted in the wrong place! I'm looking for a script to listen out for clicks on the page, even if the page contains an iframe. So no matter where the user clicks on the page (even if its a link within an iframe) I can direct them to a specific page. If its easier to make it specific to iframes only, that would also do. I hope i've been clear enough! - TM Hey guys, I want to click a button that is behind an image (set in absolute position). The button that I am trying to click is within an iframe so I cant use any sort of javascript to click it. The click must be real and not faken. Iframe containing button ----> Image over it Is there anyway I can setup the image so I would be able to click thru it (add transparency setting or something like that)? The image must remain visible but I want to be able to click the button that is under it. The goal is to make the visitor click the image but it would actually click the button in the iframe behind it. Thanks alot guys, Can some one help me with or direct me to some HTML code that I can use to do one of the following. A. After a visitor of my website clicks on some text, a box appears below the text that will play an embedded Youtube video (on autoplay). B. After a visitor of my website clicks on some text, an video that wasn't on autoplay previously begins to play. Note that I want the user to click on some text, not flash. Thank you. Ok i'm making a Runescape Server Status Checker for private servers If you dont know what that means well.... it doesnt matter all i need is this on a button called add server theres something that asks for Server Name: ____________ Server IP : _______________ Server Port : ________________ Server Description :______________________________ Button = "Add Server" I want it so when you add the server by clicking that button it adds it to the list. I have teamviewer. Now for the pics. Thats the thing where you add server info like above. Homepage so you understand where i want to add the info So if anybody can help then i dont know what i could give you in return ill think of something maybe... |