have the url for my site short???? |
Author: |
Message: |
TheMusicPirate
Full Member
Posts: 412 Reputation: 8
40 / / –
Joined: Feb 2005
|
O.P. have the url for my site short????
how can i mkae the url for my site, only show the main url?
like to only show this-->> http:///blahblah.bounceme.net
and not show all the other info?
thanks
|
|
04-18-2005 10:13 PM |
|
|
.Roy
Veteran Member
Posts: 1526 Reputation: 11
20 / / –
Joined: Aug 2004
|
RE: have the url for my site short????
i dont think you can. But you can always get a .tk, when you get a .tk it does that for you automatically.
So there is only the www.url.tk even after u click a link
Also cjb.net does the same thing.
here:
http://www.dot.tk/
http://www.cjb.net/
This post was edited on 04-18-2005 at 10:24 PM by .Roy.
|
|
04-18-2005 10:15 PM |
|
|
Zephyr
Senior Member
monster.rat
Posts: 950 Reputation: 26
35 / /
Joined: Jan 2005
|
RE: have the url for my site short????
quote: Originally posted by Nova
i dont think you can. But you can always get a .tk, when you get a .tk it does that for you automatically.
So there is only the www.url.tk even after u click a link
Also cjb.net does the same thing.
Yeah, I would also recommenf cjb.net. I've used it for a long time now and its great.
|
|
04-18-2005 10:17 PM |
|
|
MeEtc
Patchou's look-alike
In the Shadow Gallery once again
Posts: 2200 Reputation: 60
38 / /
Joined: Nov 2004
Status: Away
|
RE: have the url for my site short????
DotTk is good ( http://www.dot.tk). optional ads
I also like Da.RU( ?) ( http://www.da.ru) Its very simple, and seems to be unmonitored.
I cannot hear you. There is a banana in my ear.
|
|
04-18-2005 10:23 PM |
|
|
Dempsey
Scripting Contest Winner
http://AdamDempsey.net
Posts: 2395 Reputation: 53
38 / /
Joined: Jul 2003
|
RE: have the url for my site short????
quote: Originally posted by JackSparrow
how can i mkae the url for my site, only show the main url?
use a frameset, with a frame 100% high and 100% wide and then the URL won't change
|
|
04-18-2005 10:26 PM |
|
|
Concord Dawn
Veteran Member
This is a loopy fruit.
Posts: 1203 Reputation: 16
34 / / –
Joined: Feb 2004
|
RE: have the url for my site short????
Or if you're using No-IP, turn on the Mask URL option.
|
|
04-18-2005 10:28 PM |
|
|
Zephyr
Senior Member
monster.rat
Posts: 950 Reputation: 26
35 / /
Joined: Jan 2005
|
RE: have the url for my site short????
quote: Originally posted by Dempsey
use a frameset, with a frame 100% high and 100% wide and then the URL won't change
Is that like what mess.be have? It gets really annoying though because you can't link to page it always goes back to mess.be. I think these are related. I know this is offtopic, but is there a way to link to different address at mess.be?
|
|
04-18-2005 10:33 PM |
|
|
.Roy
Veteran Member
Posts: 1526 Reputation: 11
20 / / –
Joined: Aug 2004
|
RE: have the url for my site short????
quote: Originally posted by monster.rat
quote: Originally posted by Dempsey
use a frameset, with a frame 100% high and 100% wide and then the URL won't change
Is that like what mess.be have? It gets really annoying though because you can't link to page it always goes back to mess.be. I think these are related. I know this is offtopic, but is there a way to link to different address at mess.be?
yep i think they do this. To check right click somewhere if you can and then if it says something about an iframe then they are using an iframe.. Which in their case can be a small one for the info or like the on Dempsey said that takes up all the space.
|
|
04-18-2005 10:36 PM |
|
|
MeEtc
Patchou's look-alike
In the Shadow Gallery once again
Posts: 2200 Reputation: 60
38 / /
Joined: Nov 2004
Status: Away
|
RE: have the url for my site short????
mess.be uses javascript (or something similar) to enforce its frames. just do a search for 'javascript frame enforce'
I cannot hear you. There is a banana in my ear.
|
|
04-18-2005 10:39 PM |
|
|
Dempsey
Scripting Contest Winner
http://AdamDempsey.net
Posts: 2395 Reputation: 53
38 / /
Joined: Jul 2003
|
RE: have the url for my site short????
quote: Originally posted by monster.rat
Is that like what mess.be have? It gets really annoying though because you can't link to page it always goes back to mess.be. I think these are related. I know this is offtopic, but is there a way to link to different address at mess.be?
mess.be check if the page is in a frame and if it isn't it just loads the mess.be homepage
code: if (top.frames.length == 0) {
//do stuff
else
location = "http://www.mess.be";
};
This post was edited on 04-18-2005 at 10:42 PM by Dempsey.
|
|
04-18-2005 10:39 PM |
|
|
|