Welcome, Guest
  • Author Topic: Commands for HTML  (Read 2396 times)

    macromotion

    • Server what's that
    • *
    • Posts: 43
      • View Profile
      • Email
    Commands for HTML
    « on: 12/06/05, 18:20 »
    Hi friends. In html page, i have the scrollbars. With Flash is possible i disable the html page scrollbars?

    The code is.
    Code: [Select]
    <body scroll = no>

    Tanks.

    mani

    • Server what's that
    • *
    • Posts: 41
      • View Profile
      • Email
    Re: Commands for HTML
    « Reply #1 on: 12/12/05, 04:34 »
    use this two way

    1> Use scrollbars=0 in window.open() method.
    2> Put scroll="no" in the BODY tag of the HTML page which you are going
    to open by using window.open() method.

     ( OR )

    from flash u can activate this javascript function, so u done it


    mani

    macromotion

    • Server what's that
    • *
    • Posts: 43
      • View Profile
      • Email
    Re: Commands for HTML
    « Reply #2 on: 12/12/05, 05:25 »
    Hi. tanks but my page is opened. I need change tihs property in current page and no new page.


    thx

    saumya

    • Senior Programmer
    • ****
    • Posts: 496
      • View Profile
      • currently active
      • Email
    Re: Commands for HTML
    « Reply #3 on: 01/03/06, 07:10 »
    just use getUrl to call custom javascript functions in the page.