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
Old 05-28-2007, 04:33 AM masking URL
Junior Talker

Posts: 4
Name: andrew
Trades: 0
Hi there, I joined this forum as I needed help or advice regarding my issue I have, I cant get my head round it but here is the problem which seems simple enough

I run a gaming clan for a combat flight sim falcon 4 allied force,

anyhow I created them a website using a free template I got, one of the clannies got a domain 414dragons.com and he only got the domain not any hosting platfrom.

so I am hosting a website for the clan, and we have the domain pointing at the website, the website I created I had to put into a folder, as the root is used for another site.

so www.414dragons.com points to www.purelypcs.co.uk/f16/index.html

what we want is the URL to remain www.414dragons.com not www.purelypcs.co.uk/f16/index.html

I heard that frames do the job but I just cant get my head round it

can anyone offer me any help on this please
Amos is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 05-28-2007, 09:02 AM Re: masking URL
Junior Talker

Posts: 2
Trades: 0
Quote:
Originally Posted by Amos View Post
Hi there, I joined this forum as I needed help or advice regarding my issue I have, I cant get my head round it but here is the problem which seems simple enough

I run a gaming clan for a combat flight sim falcon 4 allied force,

anyhow I created them a website using a free template I got, one of the clannies got a domain 414dragons.com and he only got the domain not any hosting platfrom.

so I am hosting a website for the clan, and we have the domain pointing at the website, the website I created I had to put into a folder, as the root is used for another site.

so www.414dragons.com points to www.purelypcs.co.uk/f16/index.html

what we want is the URL to remain www.414dragons.com not www.purelypcs.co.uk/f16/index.html

I heard that frames do the job but I just cant get my head round it

can anyone offer me any help on this please
Here is a frameset simple page with a hidden frame:
Code:
<html>
<head>
<title>Untitled Document</title>
</head>
<frameset rows="100%,*" frameborder="no" border="0" framespacing="0">
  <frame src="http://www.purelypcs.co.uk/f16/index.html" name="mainFrame" id="mainFrame" />
  <frame src="hiddenpagethatisnotdisplayed.html" name="bottomFrame" scrolling="No" noresize="noresize" id="bottomFrame" />
</frameset>
<noframes>
<body>
</body>
</noframes>
</html>
Here is a simple frameset with one frame:
Code:
<html>
<head>
<title>Untitled Document</title>
</head>
<frameset frameborder="no" border="0" framespacing="0">
  <frame src="http://www.purelypcs.co.uk/f16/index.html" name="mainFrame" id="mainFrame" />
<noframes>
<body>
</body>
</noframes>
</html>
costin is offline
Reply With Quote
View Public Profile
 
Old 05-28-2007, 02:59 PM Re: masking URL
Junior Talker

Posts: 4
Name: andrew
Trades: 0
thanks for the frames but where do I put them? do I create a seperate index.html file?

what do I need to do to cover up the existing url with www.414dragons.com using the frames you gave me

as is it says frame src=www.purelypcs.co.uk/f16/index.html
frame src hiddenpagethatisnotdisplayed.html

so do I just copy and paste it into my current html or create a new one and refer it back to index2 or do I need to enter the domain name in www.414dragons.com into 1 of the frame src?

sorry but like I said I dont have much clue about frames
Amos is offline
Reply With Quote
View Public Profile
 
Old 05-29-2007, 02:43 AM Re: masking URL
ForrestCroce's Avatar
Half Man, Half Amazing

Posts: 3,023
Name: Forrest Croce
Location: Seattle, WA
Trades: 0
You create the frames wherever the domain is hosted, and you should be allowed to choose the page title and meta description for the frameset. As you might imagine, that can be a bit limiting. Still, if you got the domain through GoDaddy ( half the internet seems to ) they have an online tool to do just that.

It's late, and I've put too much work into html lately, so I can't remember the details of the "better" way to do it, but will get back to you in the morning.
__________________

Please login or register to view this content. Registration is FREE
|
Please login or register to view this content. Registration is FREE
|
Please login or register to view this content. Registration is FREE
ForrestCroce is offline
Reply With Quote
View Public Profile Visit ForrestCroce's homepage!
 
Old 05-29-2007, 01:13 PM Re: masking URL
Junior Talker

Posts: 4
Name: andrew
Trades: 0
right ok, well my domain is not hosted through godaddy, I will try and put the frames in my current html to see what happens, I created another html file and it did'nt do anything, I will just try to experiment and see if I can sort it, thanks for your help
Amos is offline
Reply With Quote
View Public Profile
 
Old 05-29-2007, 02:00 PM Re: masking URL
Novice Talker

Posts: 8
Name: Justin Losh
Location: Pennsylvania, United States
Trades: 0
Who is your domain registar, and your web hosting company. ecause depending on your domain registrar and your web based control panel you can do all of this in there.
Justin is offline
Reply With Quote
View Public Profile Visit Justin's homepage!
 
Old 05-29-2007, 07:37 PM Re: masking URL
Junior Talker

Posts: 4
Name: andrew
Trades: 0
my hosting company is a small company in england they dont have a contrl panel as such, anyhow I tried putting frames into my existing html and the page wont load, I also tried to create index.html with the frames and reffered it to index2.html where the page is, btw my site is a flash site.

no-ip.com can do it with frames I just cant for some reason, it either reloads a million times, or I get a white screen with nothing or it says url cant be found.

I dont know what I am doing wrong as I put the frames exactly between the head and the body copy and paste etc
Amos is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to masking URL
 

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.25540 seconds with 12 queries