Announcement

Collapse
No announcement yet.

Scroll bar in popup window

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Scroll bar in popup window

    Question on how to have scroll bar in a popup window? How can it be done?

    I made a popup window, but it doesn't scroll for what I have made to show all.
    For example click on the glitter button...click on sample colors on black.

    I have target for top, size of page width is 400.

    http://www.fromtheheartofangels.com/graphics.html

    http://www.fromtheheartofangels.com/

  • #2
    Re: Scroll bar in popup window

    Try this one. http://www.dynamicdrive.com/dynamicindex8/popwin.htm it should generate one for you.

    Chris
    Regards Chris.

    Collectables, Collecting, collectors-info.com

    www.chrismorris.co.uk

    House build project

    Comment


    • #3
      Re: Scroll bar in popup window

      Why not stretch a I-Frame to fit the pop-up window- then populate the I-Frame with the page you desire?

      Andy
      PHP- is a blast!

      Comment


      • #4
        Re: Scroll bar in popup window

        Originally posted by Bird
        Question on how to have scroll bar in a popup window? How can it be done?

        I made a popup window, but it doesn't scroll for what I have made to show all.
        For example click on the glitter button...click on sample colors on black.

        I have target for top, size of page width is 400.

        http://www.fromtheheartofangels.com/graphics.html
        write this code in your link field and you will have it
        Code:
        [LEFT]#" onClick="window.open('http://www.[COLOR=magenta]yourdomain/yourpage[/COLOR].html', '','scrollbars=[COLOR=magenta]yes[/COLOR],width=[COLOR=magenta]300[/COLOR],height=[COLOR=magenta]300[/COLOR]'); return false;"[/LEFT]
        .
        .
        Nyoman

        Comment


        • #5
          Re: Scroll bar in popup window

          Thanks.......Collectors-info, Andy128, Nyoman,..for the great info.

          I now have scroll bars, so I can add more.

          Andy, I do have a question? If I use the in-line frame, how do I change colors on the in-line frame window?

          Also, when adding the code link, do I add Code: #" onClick or just start with #" onClick etc..?

          http://www.fromtheheartofangels.com/

          Comment


          • #6
            Re: Scroll bar in popup window

            Add just #" onClick................... You don't need Code:

            As far as I know- the I-Frame window color cannot be changed.


            Andy
            PHP- is a blast!

            Comment


            • #7
              Re: Scroll bar in popup window

              Originally posted by Andy128
              Add just #" onClick................... You don't need Code:

              As far as I know- the I-Frame window color cannot be changed.


              Andy
              Thanks Andy.......might make a note on your website, just in case someone else might not know either.
              We all are learning new helpful things everyday. Thanks again.
              Bird

              http://www.fromtheheartofangels.com/

              Comment


              • #8
                Re: Scroll bar in popup window

                Originally posted by Bird
                Thanks.......Collectors-info, Andy128, Nyoman,..for the great info.

                I now have scroll bars, so I can add more.

                Andy, I do have a question? If I use the in-line frame, how do I change colors on the in-line frame window?

                Also, when adding the code link, do I add Code: #" onClick or just start with #" onClick etc..?
                you change the colors on the page within the frame.
                Like I have with my links page....It now appears in a blend on my home page...
                Digital Restoration with care to detail

                Comment


                • #9
                  Re: Scroll bar in popup window

                  To change all aspects of scroll bars colors & alike, right click on any blank part of the page including the page you want to put in your frame. Select properties, and then scroll bars. Change your colors as needed.

                  Chris.
                  Regards Chris.

                  Collectables, Collecting, collectors-info.com

                  www.chrismorris.co.uk

                  House build project

                  Comment

                  Working...
                  X