A Flash Developer Resource Site

Results 1 to 4 of 4

Thread: Javascript Question

  1. #1
    Junior Member
    Join Date
    May 2002
    Posts
    9
    simple question, my action reads:

    on (release) {
    getURL("portlong.html ", "_self");
    }


    the movie is already loaded into a window that i loaded without scrollbars, menubar,etc...

    i need the link to load in the same window (it will be loading a straight HTML page), but this time WITH scrollbars enabled.

    any help is appreciated.


    jwu

  2. #2
    in the < body bbgcolor=blah blah blah > section of your html add scroll="auto" before the end > tag. This should make the scroll bars appear when needed

  3. #3
    Junior Member
    Join Date
    May 2002
    Posts
    9

    thanks.

    brother, you've saved my ass. thanks.

  4. #4
    no prob man

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  




Click Here to Expand Forum to Full Width

HTML5 Development Center