Welcome Guest ( Log In | Register)



 
Reply to this topicStart new topic
> Frames!
zach101
post Oct 1 2005, 07:04 AM
Post #1


Premium Member
********

Group: Members
Posts: 178
Joined: 26-June 05
Member No.: 8,699



Okay guys a freind of mine is building a web site and he asked me for help on this matter:
http://www.xgteam.net well it looks lovely and all but then when u click on home and scroll down the main frame well u will see..... he uses java script because the links below are links but its in that coordinate map frame thing because its really a picture so how do I make it that it opens up the home page and not like the entire index file into that frame??
Go to the top of the page
 
+Quote Post
Tyssen
post Oct 1 2005, 07:23 AM
Post #2



***********

Group: Members
Posts: 1,161
Joined: 9-May 05
From: Brisbane, QLD
Member No.: 6,818



Tell him to lose the frames. There's much better ways of achieving the same effects/results and search engines don't like them.
Go to the top of the page
 
+Quote Post
icemarle
post Oct 1 2005, 09:42 AM
Post #3


The Bogey Princess
*********

Group: Members
Posts: 639
Joined: 25-April 05
Member No.: 6,138



Well, frames generally cause much of the problems on sites. I can atest to that, because I once used frames, and it sure caused a lot of problems! You may suggest your friend to use a site with more tables, and less frames. Plus, I agree with Tyssen. Using frames can affect your site being found in search engines, unless you don't really care much about people visiting your site, then it's OK. Another thing, frames generally tend to have problems when bookmarked. Plus, in badly designed pages, frames don't go away when you leave the framed site. Sigh... Of course, frames can be very pretty when utilized by an experienced and a good web designer, but if you want to lose as much problems as possible, lose the frames. blink.gif Geh, I think I just ranted about frames again.

*Come on icemarle, you have to take your diagnosis to prevent sudden explosions of frameophobia!* laugh.gif Sorry, I'm in a happy mood right now.
Go to the top of the page
 
+Quote Post
rvalkass
post Oct 1 2005, 05:28 PM
Post #4


apt-get moo
Group Icon

Group: [MODERATOR]
Posts: 2,114
Joined: 28-May 05
From: Hertfordshire, England
Member No.: 7,593
Spam Patrol



Frames are a bad idea, as everyone has said. Use divs and spans etc if possible or tables if you really have to. If for some unbeknown reason you must use frames, then I think you have to set the target of the link to _top, e.g:

HTML
<a target="_top" href="http://www.trap17.com">http://www.trap17.com</a>


Hope that helps.
Go to the top of the page
 
+Quote Post
sonorama
post Oct 1 2005, 06:20 PM
Post #5


Premium Member
********

Group: Members
Posts: 197
Joined: 3-April 05
From: Cuernavaca, Mexico
Member No.: 5,226



Let me see if I understood: what have to do (if i did understand) is to target the links in the menu. i.e:

for the main frame: '_mainframe'
for the top page: '_top'
for a parent site: '_parent'
for a new blank window: '_blank'

Well... I do not like frames either, by the way, I guess (as someone said before) search enginees just do not like that, for example, if you search the web for an item, and your item is in the main.html or main.php, they will show the results by showing only the main.html or main.php page, but not the entire site...

Anyways, I hope it helps...

Cheers! rolleyes.gif
Go to the top of the page
 
+Quote Post
arboc7
post Oct 2 2005, 11:01 PM
Post #6


Advanced Member
*******

Group: Members
Posts: 123
Joined: 5-September 05
Member No.: 11,522



I agree that frames are terrible! They are the absolute last thing you should use...if you want to use the next-generation of frames, it would be called AJAX. There's a lot of sites that are using it now, most notable of which are Google Maps and Google Suggest.

Remember, Frames = EVIL!!
Go to the top of the page
 
+Quote Post
zach101
post Oct 5 2005, 02:47 AM
Post #7


Premium Member
********

Group: Members
Posts: 178
Joined: 26-June 05
Member No.: 8,699



Well i got it fixed. However guys thanks for that info on frames i really dint know that nice info to have though. I do like tables but i dont know that much about them is there a site that talks just about various table commands and what not? So I asume that the advantage to using tables is that A. easier for search engines B. everything u want to edit on your webpage is right there on that one page instead of the lings page and the main page and the heading page etc... right? I think im correct on that please correct me if im wrong. Also tables are tottaly customizable? I dint know they had THAT many uses, any way thanks for the comment and a good site on tables = awesome smile.gif
Go to the top of the page
 
+Quote Post
Tyssen
post Oct 5 2005, 03:45 AM
Post #8



***********

Group: Members
Posts: 1,161
Joined: 9-May 05
From: Brisbane, QLD
Member No.: 6,818



Even websites that use frames are usually made with tables as well.

QUOTE
tables = awesome

Well, no, not really. Tables are old news and their use as a tool for laying out has been contrary to the purpose for which they were originally created - to present tabular data. You should do a bit of Googling on XHTML/CSS and see the possibilities that they provide - now that's awesome.
Go to the top of the page
 
+Quote Post

Reply to this topicStart new topic

Collapse

> Similar Topics

Topics Topics
  1. Poll: Should I Use Frame Or No Frames For My Site?(10)