html help! trying to avoid iframes

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Fucksakes
    Shit... Fuck! What the Hell?
    • Dec 2003
    • 7567

    #1

    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
    Shit... Fuck! What the Hell?
    • Dec 2003
    • 7567

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

    Comment

    • Fucksakes
      Shit... Fuck! What the Hell?
      • Dec 2003
      • 7567

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

      Comment

      • Iron Fist
        Too lazy to set a custom title
        • Dec 2006
        • 23400

        #4
        It's anyones guess if search engines penalize when they see the <iframe> tag...
        i like waffles

        Comment

        • Fucksakes
          Shit... Fuck! What the Hell?
          • Dec 2003
          • 7567

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

          Comment

          • Deej
            I make pixels work
            • Jun 2005
            • 24386

            #6
            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.

            Deej's Designs n' What Not
            Hit me up for Design, CSS & Photo Retouching


            Icq#30096880

            Comment

            • Fucksakes
              Shit... Fuck! What the Hell?
              • Dec 2003
              • 7567

              #7
              Originally posted by Deej
              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.

              Comment

              • Bro Media - BANNED FOR LIFE
                MOBILE PORN: IMOBILEPORN
                • Jan 2004
                • 16502

                #8
                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

                Comment

                • Rorschach
                  So Fucking Banned
                  • Aug 2002
                  • 5579

                  #9
                  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/

                  Comment

                  • Fucksakes
                    Shit... Fuck! What the Hell?
                    • Dec 2003
                    • 7567

                    #10
                    Originally posted by Retox Josh
                    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.

                    Comment

                    • raymor
                      Confirmed User
                      • Oct 2002
                      • 3745

                      #11
                      Google DHTML
                      For historical display only. This information is not current:
                      support&#64;bettercgi.com ICQ 7208627
                      Strongbox - The next generation in site security
                      Throttlebox - The next generation in bandwidth control
                      Clonebox - Backup and disaster recovery on steroids

                      Comment

                      • Deej
                        I make pixels work
                        • Jun 2005
                        • 24386

                        #12
                        Originally posted by raymor
                        Google DHTML
                        yea - i told him to look into xhtml and or dhtml.

                        seems css would be too tricky to accomplish

                        Deej's Designs n' What Not
                        Hit me up for Design, CSS & Photo Retouching


                        Icq#30096880

                        Comment

                        • Fucksakes
                          Shit... Fuck! What the Hell?
                          • Dec 2003
                          • 7567

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

                          Comment

                          Working...