GoFuckYourself.com - Adult Webmaster Forum

GoFuckYourself.com - Adult Webmaster Forum (https://gfy.com/index.php)
-   Fucking Around & Business Discussion (https://gfy.com/forumdisplay.php?f=26)
-   -   html help! trying to avoid iframes (https://gfy.com/showthread.php?t=871513)

Fucksakes 11-25-2008 11:10 AM

html help! trying to avoid iframes
 
ok so I ditched iframes using include but here is another problem

I am trying to use many links to open different things inside the page.. where my iframe was.

target="mframe" is how I was doing it.

is this possible?

Fucksakes 11-25-2008 11:11 AM

how do I make a link to change stuff inside a page with includes or without iframes.

Fucksakes 11-25-2008 11:19 AM

or maybe I should say this.. can I get away with using iframes as long as I have sitemap for search engine reasons?

Iron Fist 11-25-2008 11:20 AM

It's anyones guess if search engines penalize when they see the <iframe> tag...

Fucksakes 11-25-2008 11:28 AM

well my guess is search engines don't see the content of an iframe.. only a link.

Deej 11-25-2008 11:30 AM

SEO and iframes dont really mix - so youre correct in wanting to remove the iframes yet keep the functionality.

Id initially say CSS will solve it - but it might get tricky with the linking different sections for that one spot.

elaborate a little more about what it is you want to happen in the end.

Fucksakes 11-25-2008 11:32 AM

Quote:

Originally Posted by Deej (Post 15103446)
SEO and iframes dont really mix - so youre correct in wanting to remove the iframes yet keep the functionality.

Id initially say CSS will solve it - but it might get tricky with the linking different sections for that one spot.

elaborate a little more about what it is you want to happen in the end.

Ill icq ya.

Bro Media - BANNED FOR LIFE 11-25-2008 11:37 AM

Quick and dirty, wouldn't recommend using it exactly, just an example to help you out, in php.

in your new found iframeless include area do something like this
PHP Code:

<?php if($_GET['sect'] =='something') include('yourpage.php'); else include('anotherpage.php'); ?>

Then just call somepage.php?sect=something and it will replace whatever is in anotherpage.php on somepage.php to yourpage.php on somepage.php

Rorschach 11-25-2008 12:04 PM

I've seen iframes get indexed just by being embedded in a page with no external links to iframe.html...

Perhaps you could use javascript to just display / hide part of your content, whilst keeping it all there in the source for SEO purposes; check out jquery -> http://jquery.com/

Fucksakes 11-25-2008 12:04 PM

Quote:

Originally Posted by Retox Josh (Post 15103497)
Quick and dirty, wouldn't recommend using it exactly, just an example to help you out, in php.

in your new found iframeless include area do something like this
PHP Code:

<?php if($_GET['sect'] =='something') include('yourpage.php'); else include('anotherpage.php'); ?>

Then just call somepage.php?sect=something and it will replace whatever is in anotherpage.php on somepage.php to yourpage.php on somepage.php

but will search engines see pages that have content on pages like index.php?a, ?b etc?

back to my 1st problem.

raymor 11-25-2008 12:08 PM

Google DHTML

Deej 11-25-2008 12:25 PM

Quote:

Originally Posted by raymor (Post 15103702)
Google DHTML

yea - i told him to look into xhtml and or dhtml.

seems css would be too tricky to accomplish

Fucksakes 11-25-2008 01:01 PM

http://www.twinhelix.com/dhtml/divsc...o/ds_help.html)


All times are GMT -7. The time now is 11:18 AM.

Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123