Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

HTML Forum


You are currently viewing our HTML Forum as a guest. Please register to participate.
Login



Post a Project »

Find a Professional HTML Freelancer!

Find a Freelancer to help you with your HTML projects

FREE Outsourcing eBook!

Reply
how can I break free from a domain frame?
Old 12-17-2006, 11:34 PM how can I break free from a domain frame?
Extreme Talker

Posts: 169
Trades: 0
Hey,

new here, not to standard compliant web design, but I've stumbled across something I've never needed. Frames. This is the issue, basically I am creating a web site which will be completely, meaning I'm using free hosting and a free domain name. It's not actually my site, I'm creating it for a friend, but she asked me to make everything free, so please no "just get a host" etc comments... I got enough of those on a rather crappy other forum...

I got a domain from here http://www.joynic.com/ and what this does is not give you a real domain but instead put you in a frame.
Example: http://www.runecounty.us.tt/
See how the site is placed in some frame? I don't know why they do this. Annoys the crap out of me. Can anyone tell me how to do this? Possibly without opening a new page.
__________________
George Bush would never take me alive.
MJM_RDS is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 12-18-2006, 03:10 AM Re: how can I break free from a domain frame?
chrishirst's Avatar
Missing! presumed drunk.

Posts: 42,383
Name: Chris Hirst
Location: Blackpool. UK
Trades: 0
get a proper host is about the best advice you will get especially given that with a sub-domain of .us.tt your friend hasn't even got a real hostname.

domain (frame) forwarding is what you get from free hosting and free "domain" names, if you don't have it in a frame the address would be something like;

somesub.somefreehost.tld/usersites/~username/pagename (or something similar)

so it's either live with it or move hosts.

Sorry if this ain't what you want to hear but facts are facts.
__________________
Chris. ->>
Please login or register to view this content. Registration is FREE
<<-

A foolish consistency is the hobgoblin of little minds
Thought for today:- Is SEO the only industry where all the cowboys are Indians?
chrishirst is online now
Reply With Quote
View Public Profile Visit chrishirst's homepage!
 
Old 12-18-2006, 03:15 AM Re: how can I break free from a domain frame?
Extreme Talker

Posts: 169
Trades: 0
Yeah, and I know all that and I know the URLs will get somewhat ugly... I think it's actually something like http://username.host.com/index.html and such.
It's alright if the address gets ugly at least then bookmarking works, because of course the frame breaks that features as well as linking to a specific part of the website from the outside.
I know it would be easier to just get cheap hosting and a domain name, but it's not my choice and I was just hoping someone could help me out here.
__________________
George Bush would never take me alive.
MJM_RDS is offline
Reply With Quote
View Public Profile
 
Old 12-18-2006, 03:36 AM Re: how can I break free from a domain frame?
chrishirst's Avatar
Missing! presumed drunk.

Posts: 42,383
Name: Chris Hirst
Location: Blackpool. UK
Trades: 0
it's actually javascript you need

Code:
function frame_breakout()
{
  if (top.location != location) {
    top.location.href = document.location.href ;
  }
}
But it does defeat totally the object of having a pseudo hostname, it would be simpler to go get a geocities or tripod or brinkster etc account and use that.
__________________
Chris. ->>
Please login or register to view this content. Registration is FREE
<<-

A foolish consistency is the hobgoblin of little minds
Thought for today:- Is SEO the only industry where all the cowboys are Indians?
chrishirst is online now
Reply With Quote
View Public Profile Visit chrishirst's homepage!
 
Old 12-18-2006, 04:01 AM Re: how can I break free from a domain frame?
Extreme Talker

Posts: 169
Trades: 0
Well the pseudo hostname is only used to get people to the page initially. After the the address bar is unimportant.
I don't know why I didn't realise JS, probably because it's Frames.

Well thanks, I'll try it out after I sleep. It's 9am and I've been going 38 hours on a real project I get payed for.
__________________
George Bush would never take me alive.
MJM_RDS is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to how can I break free from a domain frame?
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

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





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.15771 seconds with 12 queries