Iframe coding question

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Sethseekstruth
    Confirmed User
    • Mar 2004
    • 588

    #1

    Iframe coding question

    Hello;

    I am trying to put the cams.com stuff on my pages, and have cut and pasted the following code into my page, and keep getting a 404 error

    @@@@@@@@@@@@@@@@@@@@@
    <iframe src=" http://cams.com/go/page/cams_iframe_random_vid.html?pid=g2159" width="340" height="260" frameborder="0">
    @@@@@@@@@@@@@@@@@@@@@@@@@@@@@

    Any ideas as to what I am doing wrong? I can post a link to an f'd up page if anyone wants to see it
    https://www.niteflirt.com/pid/12631704
  • BennyX
    Confirmed User
    • Sep 2005
    • 1387

    #2
    <iframe src=" http://cams.com/go/page/cams_iframe_random_vid.html?pid=g2159" width="340" height="260" frameborder="0"></Iframe>

    you have to close the iframe
    Top Sponsor

    Big Boobs 1:450 here | Glamour Babes 1:125 here | Nasty Shit 1:712 here | Cam Babes here

    Comment

    • clip4free
      Confirmed User
      • Nov 2005
      • 852

      #3
      yeah bennyx is right :-)

      Comment

      • Sethseekstruth
        Confirmed User
        • Mar 2004
        • 588

        #4
        Hey Bennyx

        Originally posted by BennyX
        <iframe src=" http://cams.com/go/page/cams_iframe_random_vid.html?pid=g2159" width="340" height="260" frameborder="0"></Iframe>

        you have to close the iframe
        I cut and pasted your code above and this is what I got....


        http://www.masterseth.com/500.shtml

        what did I do wrong?
        https://www.niteflirt.com/pid/12631704

        Comment

        • Sethseekstruth
          Confirmed User
          • Mar 2004
          • 588

          #5
          Originally posted by Sethseekstruth
          I cut and pasted your code above and this is what I got....


          http://www.masterseth.com/500.shtml

          what did I do wrong?
          anyone? anyone at all?
          https://www.niteflirt.com/pid/12631704

          Comment

          • Hotrocket
            Confirmed User
            • May 2004
            • 1327

            #6
            ok several things going on here...

            1st- I went to the URL you posted and viewed the source...there is hardly any valid HTML on that page! ..no page structure..no body or head tags..nothing! so you need to get a valid HTML page format to begin with.

            2nd the reason your IFRAME won't work is again, the code format AND you have invalid code in there..

            This does not belong in there.
            Code:
            %20
            That code is either generated by your computer itself or you are using an HTML editor like frontpage or some other software that is inserting that into the code.

            This is the proper code you need: copy and paste it into your page using a PLAIN TEXT EDITOR like notepad.

            Code:
            <iframe src=" http://cams.com/go/page/cams_iframe_random_vid.html?pid=g2159" width="340" height="260" frameborder="0"></iframe>
            now make sure you copy the code EXACTLY AS IT APPEARS in the code box and that you get all of it.

            that should solve your problem

            Comment

            • boobshare
              Registered User
              • Nov 2006
              • 65

              #7
              Should the space between src=" and http be there?
              Boobs! BoObS! BOOBS! Boobs 1 Boobs 2 Boobs 3

              Comment

              • Hotrocket
                Confirmed User
                • May 2004
                • 1327

                #8
                good eye..no it shouldnt be there, remove that space should be src="http

                Comment

                • Sethseekstruth
                  Confirmed User
                  • Mar 2004
                  • 588

                  #9
                  thanks guys!

                  thanks for taking the time to help me out!
                  https://www.niteflirt.com/pid/12631704

                  Comment

                  • kapopoy
                    Confirmed User
                    • Nov 2006
                    • 593

                    #10
                    glad you solve the problem

                    Comment

                    • meatpole
                      Confirmed User
                      • Jun 2006
                      • 124

                      #11
                      bump for you seth

                      Comment

                      Working...