Log In Sign Up

Anyone know how to make an image not right clickable?


Forum: Midwest Mommies

Notices

Welcome to the JustMommies Message Boards.

We pride ourselves on having the friendliest and most welcoming forums for moms and moms to be! Please take a moment and register for free so you can be a part of our growing community of mothers. If you have any problems registering please drop an email to boards@justmommies.com.

Our community is moderated by our moderation team so you won't see spam or offensive messages posted on our forums. Each of our message boards is hosted by JustMommies hosts, whose names are listed at the top each board. We hope you find our message boards friendly, helpful, and fun to be on!

Reply Post New Topic
  Subscribe To Midwest Mommies LinkBack Topic Tools Search this Topic Display Modes
  #1  
April 20th, 2006, 09:28 PM
Natalies_Momma's Avatar Mega Super Mommy
Join Date: Sep 2005
Location: WI
Posts: 3,044
I'm just curious!

Thanks!
__________________
<div align="center">



</div>
Reply With Quote
  #2  
April 20th, 2006, 09:47 PM
Platinum Supermommy
Join Date: Jan 2005
Location: Missouri
Posts: 3,786
I don't...I know there's a way, just don't know what it is.
__________________
<div align="center">


Created by MyFitnessPal.com - Easy Calorie Counting


</div>
Reply With Quote
  #3  
April 21st, 2006, 09:04 AM
Mega Super Mommy
Join Date: Jan 2006
Posts: 2,754
I have no clue either, but if you find out let me know! I think it's a good idea for pics you post public.
__________________


Reply With Quote
  #4  
April 22nd, 2006, 01:32 PM
dawnk777's Avatar Mega Super Mommy
Join Date: Apr 2006
Location: WI
Posts: 1,571
there is a no-right-click code that works for a webpage, but I don't know if it would work for a message board.
__________________
~*DawnK*~
~*Mom to Sarah, 22 and Emily, 20*~




Reply With Quote
  #5  
April 22nd, 2006, 02:36 PM
Natalies_Momma's Avatar Mega Super Mommy
Join Date: Sep 2005
Location: WI
Posts: 3,044
Cool! What's the code?
__________________
<div align="center">



</div>
Reply With Quote
  #6  
April 22nd, 2006, 09:42 PM
dawnk777's Avatar Mega Super Mommy
Join Date: Apr 2006
Location: WI
Posts: 1,571
http://www.lissaexplains.com/javascript6.shtml

This goes in the head tag at the top of the page.

Code:
<script language="JavaScript" type="text/javascript"> <!--
// No rightclick script v.2.5
// (c) 1998 barts1000
// barts1000@aol.com
// This script and others available free at http://www.lissaexplains.com


var message="Sorry, that function is disabled.\n\nContents & Graphics Copyright ©your name\nOur work is not Public Domain, and should NOT be taken from this site."; // Message for the alert box

// Don't edit below!

function click(e) {
if (document.all) {
if (event.button == 2) {
alert(message);
return false;
}
}
if (document.layers) {
if (e.which == 3) {
alert(message);
return false;
}
}
}
if (document.layers) {
document.captureEvents(Event.MOUSEDOWN);
}
document.onmousedown=click;
// --> </script>
__________________
~*DawnK*~
~*Mom to Sarah, 22 and Emily, 20*~




Reply With Quote
  #7  
April 22nd, 2006, 09:54 PM
Natasha1983's Avatar Mega Super Mommy
Join Date: Jun 2005
Location: WI
Posts: 2,685
Send a message via Yahoo to Natasha1983
Do you know if that works on Myspace?
__________________

<MARQUEE WIDTH="100%" BEHAVIOR="scroll" SCROLLAMOUNT="5" DIRECTION="left"></MARQUEE>
Reply With Quote
  #8  
April 27th, 2006, 04:58 AM
dawnk777's Avatar Mega Super Mommy
Join Date: Apr 2006
Location: WI
Posts: 1,571
I'll have to ask my daughter. I don't know how much you get to edit, when you change a layout. If you can get into raw html, you probably could, but I don't have a myspace page, so I have no clue.

I asked Sarah and signed into her account to check. You can't use javascript on Myspace pages, so you can't use the no-right-click thingie, because it's a javascript, unfortunately.

I copied this from her myspace page:

You may enter HTML/DHTML or CSS in any text field.
Javascript is not allowed.
Do not use HTML/CSS to cover MySpace advertisements.

You probably can tell the image toolbar to now show up, though.
<META HTTP-EQUIV="imagetoolbar" CONTENT="no">

It just makes it a little harder for people to save stuff. It goes in the <head> stuff at the top of the page.

Here is an example of it:

__________________
~*DawnK*~
~*Mom to Sarah, 22 and Emily, 20*~




Reply With Quote
  #9  
April 27th, 2006, 09:51 AM
dawnk777's Avatar Mega Super Mommy
Join Date: Apr 2006
Location: WI
Posts: 1,571
Actually, that probably won't work, either. You don't get THAT much control over your page. It's just filling in the blanks for a template.
__________________
~*DawnK*~
~*Mom to Sarah, 22 and Emily, 20*~




Reply With Quote
  #10  
April 28th, 2006, 06:58 PM
Mega Super Mommy
Join Date: Nov 2005
Posts: 1,646
I think it *might* work for myspace.... I would try it. I know you can change the cursor and stuff as well as the scroll bar, no reason you can't add codes right? Just put it in the "about me" section.
Reply With Quote
  #11  
April 29th, 2006, 06:23 AM
Natalies_Momma's Avatar Mega Super Mommy
Join Date: Sep 2005
Location: WI
Posts: 3,044
Awesome!! I think it works!! Thanks!!

I wonder if it will work with Live Journal - I"m going to have to go try.

Nope - didn't work in my siggy. Back to the drawing board.
__________________
<div align="center">



</div>
Reply With Quote
Reply

Topic Tools Search this Topic
Search this Topic:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off



All times are GMT -7. The time now is 01:49 AM.



Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2013, vBulletin Solutions, Inc.
Search Engine Optimization by vBSEO 3.6.0
-->