Change popup parameters

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • ~John Hemans~

    #1

    Change popup parameters

    Hi,
    I have a popup window which is sized correctly for the content on a
    number of pages in a presentation. However, from the last page of the
    presentation I need to link to a new page (still within the popup
    window), and change the parameters of the window so that it adds a
    scrollbar to the popup window.
    Does anyone know how to do this?
    Thanks in adavance
    John Hemans
    SEO services company S.E.O Technologies Sydney - web promotion services, multimedia design and web development.

  • asdf asdf

    #2
    Re: Change popup parameters

    Can the final page's root node "body" or "span" or "whatever" have a
    style="overflow :auto" or style="overflow :scroll"?

    If you want to use javascript I you could add to the onload of that
    last page a "document.body. scroll='auto'" or ='yes'

    Or you could define a css class that sets the overflow and the last
    page's root will use it.

    Hope that helps,
    Ron


    admin@seotechno logies.com (~John Hemans~) wrote in message news:<d66a8829. 0308261321.7f08 949c@posting.go ogle.com>...[color=blue]
    > Hi,
    > I have a popup window which is sized correctly for the content on a
    > number of pages in a presentation. However, from the last page of the
    > presentation I need to link to a new page (still within the popup
    > window), and change the parameters of the window so that it adds a
    > scrollbar to the popup window.
    > Does anyone know how to do this?
    > Thanks in adavance
    > John Hemans
    > www.seotechnologies.com[/color]

    Comment

    • John Hemans

      #3
      Re: Change popup parameters

      Hi Ron,
      Thanks for your help.
      I'm not using an 'onload statement' to load the page, just a simple
      hyperlink.
      Can you give me an example of how to do this and include the scrollbar
      statement?


      John Hemans
      SEO services company S.E.O Technologies Sydney - web promotion services, multimedia design and web development.


      *** Sent via Developersdex http://www.developersdex.com ***
      Don't just participate in USENET...get rewarded for it!

      Comment

      Working...