HTML problem

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts
  • Josué Alba

    HTML problem

    Hi is there a way to place a web object without the scroll bars??
    if there is an example I could be really pleased.
    THX
  • Corey
    Indigo Rose Staff Alumni
    • Aug 2002
    • 9745

    #2
    Hi, if you add:

    scroll="no"

    To the body tag of your html page you will get no scrollbars, i.e.

    <body scroll="no">

    Comment

    • Josué Alba

      #3
      Nop, I was talking about an already created, like exploring the internet but bloking the scrolls

      Comment

      • Corey
        Indigo Rose Staff Alumni
        • Aug 2002
        • 9745

        #4
        No, that is in the hands of the page's author. Although you could read the HTML file into a table or string, add the no-scroll tag to body tag by using String.Replace to change:

        <body

        into:

        <body scroll="no"

        ...and then output that to the web browser object.

        Comment

        • TJ_Tigger
          Indigo Rose Customer
          • Sep 2002
          • 3159

          #5
          You could use Worms SetMask.dll to create a mask for a web object and mask the scrollbar. Just a thought.
          TJ-Tigger
          "A common mistake that people make when trying to design something completely foolproof was to underestimate the ingenuity of complete fools."
          "Draco dormiens nunquam titillandus."
          Map of IR Forum Users - IR Project CodeViewer - Online Help - TiggTV - QuizEngine

          Comment

          • Corey
            Indigo Rose Staff Alumni
            • Aug 2002
            • 9745

            #6
            Wow. Cool idea. I never though of that.

            Comment

            • Josué Alba

              #7
              thx i think that would make the trick

              Comment

              Working...
              X