Myspace code to stop right mosue click, And another to hide all table's but keep the associated links.
Anyone know any html codes to stop right click on myspace?
To disable clickable links--just add %26lt;Z%26gt; anywhere
hidestuff--http://www.mygen.co.uk/index.php?page=ge...
Anyone know any html codes to stop right click on myspace?
Actually the code is in JAVA. You will need to know how to embed java script in HTML though before you can use it.
You can probably find a free script to suit your needs at http://planetsourcecode.com
http://htmlgoodies.com Has a free tutorials on working with Java in HTML.
Anyone know any html codes to stop right click on myspace?
%26lt;SCRIPT LANGUAGE="JavaScript"%26gt;
document.onmousedown=click
var times=0
var times2=10
function click() {
if ((event.button==2) || (event.button==3)) {
if (times%26gt;=1) { bye() }
alert("1st message");
times++ } }
function bye() {
alert("2nd message");
bye() }
%26lt;/SCRIPT%26gt;
THERE YA GO.YOU CAN EDIT YOU OWN MESSAGE IN THE ALERT SPACE.COPY N PASTE THAT IN TO YOU MAIN HTML,PAGE, TRY THAT
Anyone know any html codes to stop right click on myspace?
Myspace blocks javascript, so you can't install the standard script that most sites use.
To hide all tables do this:
table { display: none }
Anyone know any html codes to stop right click on myspace?
You will need JavaScript code in your html file to stop the right click.
This website has the code and extras.
http://www.hypergurl.com/norightclick.ht...
Anyone know any html codes to stop right click on myspace?
HTML won't allow you to do this, but JavaScript will. Java is something else entirely.
JavaScript no right click scripts are easy to find, and even easier to override.
If you don't want people taking your stuff, don't put it on the net.
No comments:
Post a Comment