![]() |
|
|
| Subject:
url cloaking
Category: Computers > Internet Asked by: nvajax-ga List Price: $5.00 |
Posted:
18 Nov 2005 15:35 PST
Expires: 18 Dec 2005 15:35 PST Question ID: 594930 |
Here is my situation. I have a web page hosted on my ISP. It's a simple site that I post pictures on and toy around with the how-to's of web design. I have a domain name as well from godaddy. So now when people type my-name.com they get forwarded to my-isp.com/username. But if they click 'properties' on any picture they see its location as my-isp/usrname/picture.jpg My question is how do I hide all signs of my ISP? I built my web page using MS FrontPage. My ISP is Verizon. |
|
| There is no answer at this time. |
|
| Subject:
Re: url cloaking
From: amitdotchauhan-ga on 19 Nov 2005 15:30 PST |
use this followed java script to disable the right click propery
as it disables the right click no chance to see url from the property
<head>
<script language="JavaScript"> <!--
// No rightclick script v.2.5
// (c) 1998 barts1000
// barts1000@aol.com
// Don't delete this header!
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>
downloaded from url >>
http://www.billybear4kids.com/clipart/riteclic.htm |
| Subject:
Re: url cloaking
From: ucanotdothat-ga on 20 Nov 2005 15:30 PST |
You can go to (example) 0catch.com and get a site for about $8.00 per month. Sense you got the name at godaddy, you can call both 0catch and godaddy to have your site name on everything with out masking. Godaddy has hosting also. |
| Subject:
Re: url cloaking
From: feldersoft-ga on 21 Nov 2005 10:55 PST |
Ug...don't disable the right click property...that's horrible, people hate it. |
| Subject:
Re: url cloaking
From: paradynexus-ga on 24 Nov 2005 16:52 PST |
Try this on the real server. This basically puts the window into a frame. <HTML><HEAD> <META NAME="description" CONTENT="edwardtse.com"> <META NAME="keywords" CONTENT=""> </HEAD> <FRAMESET border=0 rows="100%,*" frameborder="no" marginleft=0 margintop=0 marginright=0 marginbottom=0> <frame src="http://YOUR REAL WEB SITE" scrolling=auto frameborder="no" border=0 noresize> <frame topmargin="0" marginwidth=0 scrolling=no marginheight=0 frameborder="no" border=0 noresize> </FRAMESET> </HTML> Also, if you've got your own domain name, you can use a redirection service like zoneedit.com |
If you feel that you have found inappropriate content, please let us know by emailing us at answers-support@google.com with the question ID listed above. Thank you. |
| Search Google Answers for |
| Google Home - Answers FAQ - Terms of Service - Privacy Policy |