iEntry 10th Anniversary Forum Rules Search
WebProWorld
Register FAQ Calendar Mark Forums Read
Graphics & Design Discussion Forum Post your graphics design questions/comments/ideas in here. Ask questions, post tutorials, discuss trends and best practices. Sub-forum for website accessibility and usability.

Share Thread: & Tags

Share Thread:

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 06-21-2004, 10:43 AM
WebProWorld New Member
 
Join Date: Jun 2004
Posts: 6
brad25 RepRank 1
Default Frames/Search Engines/Redirects

Hello I have a couple of questions that I hope somebody out there can help me with. I just converted my site to frames, will this affect search engine placement? Second question, if I type in a page other than my index file, how can i get the frames around that certian page?

I am not sure If I explained that right but if anybody knows what I am talking about can you please help me

Thanks
Reply With Quote
  #2 (permalink)  
Old 06-21-2004, 09:21 PM
tikanet's Avatar
WebProWorld Pro
 
Join Date: Jul 2003
Location: San Diego, CA, US
Posts: 152
tikanet RepRank 0
Default

Your first question carries with it a lot of controversy and niggling particulars that others may be able to address with greater authority, but the simple answer is YES.

As to the second question, that's a whole lot easier because, in their infinite wisdom, browser developers long ago decided that there would be a need to keep track of spawning relationships amongst browser panes. Thus, if the SELF is the PARENT, but the SELF isn't your index page, you can redirect the browser window to the index page. I like to encourage the learning of these JavaScript techniques by simply pointing people in the right direction and expecting that their innate creativity will generate the ideal solution. So, here's a starting point:
Code:
<script language="javascript">
<!--
	if (self==parent)
	{
		document.write('THIS PAGE IS PART OF A FRAMESET

           If you are unable to see a navigation bar on the left,

          click here

')
	}
//-->
</script>
Of course, automatic redirection is also possible, but sometimes you want your visitor to be aware that they have accessed a page that is normally seen within your frameset interface; sometime it may not be particularly important that it be viewed as such. Giving your visitor options is always good. Also, including the navigational ability to get to the home page from anywhere is always a good idea.
__________________
Stew P.
Tika Web Development Group
http://www.inetworld.net/dennisw/images/sill_trans.gif
Reply With Quote
Reply

  WebProWorld > Site Design > Graphics & Design Discussion Forum

Thread Tools
Display Modes

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 On
Pingbacks are On
Refbacks are On



All times are GMT -4. The time now is 02:55 AM.



Search Engine Optimization by vBSEO 3.3.0