Need a little basic html help

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • polle54
    Confirmed User
    • Jul 2004
    • 4626

    #1

    Need a little basic html help

    Hi

    If someone is up for it I have a little problem I would like to have solved...

    I would like to open "this computer" in a iframe

    like e.g.
    <iframe src='c:\'></'frame>
    just with "This Computer" instead.

    /Polle
    ICQ# 143561781
  • SBJ
    So Fucking Fabulous
    • Apr 2003
    • 11387

    #2
    Originally posted by polle54
    Hi

    If someone is up for it I have a little problem I would like to have solved...

    I would like to open "this computer" in a iframe

    like e.g.
    <iframe src='c:\'></'frame>
    just with "This Computer" instead.

    /Polle
    god those pop ups are annoying!

    Comment

    • polle54
      Confirmed User
      • Jul 2004
      • 4626

      #3
      It's not for a popup

      It's just a simplyfied uploading system I'm working on for a local disco.

      /Polle
      ICQ# 143561781

      Comment

      • Calvinguy
        Confirmed User
        • Oct 2002
        • 1752

        #4
        That securityhole was closed years ago.
        You need a form instead.

        Comment

        • wes
          Confirmed User
          • Apr 2002
          • 3150

          #5
          I remember when that exploit was around.

          Hot Mom Blog : Tempting Teens : Spicy Tacos : Smutx Free Porn

          Comment

          • WebHead
            Registered User
            • Oct 2004
            • 29

            #6
            Here ya go:

            <iframe src="file:\\\C:\" width="90%" height="200"></iframe>


            Hope that helps...
            WebHead
            http://terminus.ath.cx
            Professional Graphic Design Web Development

            Comment

            • WebHead
              Registered User
              • Oct 2004
              • 29

              #7
              And btw, on the computer it is used on it will still work fine. Just not over the internet if your computer is up-to-date on patches and such.

              http://terminus.ath.cx/your_drive.html

              WebHead
              http://terminus.ath.cx
              Professional Graphic Design Web Development

              Comment

              Working...