How to add scrollbar to pop-up window?

4 replies
I think I have a unique situtation here. I created a virtual tour for a real estate agent and the main broker website provides a link to it.

However, the link coming from the main broker's site produces a pop-up window that doesn't have scrollbars. It also limits the size of the pop-up window.

Here's the broker's site.

Bell Acres Real Estate - 157 Backbone Road, Bell Acres, PA, 15143

If you put your mouse over the little house with the spinning arrows, you'll see down on the left (status bar) it says "scroll" which actually says "scrollbars=no". If you click on that link, you'll see the webpage that I created, but I need to add the scrollbars to see the entire page.

Is there some sort of script or something that I can add to my html that will give me the scrollbars even though the main site launches the pop-up window without them?

Thanks.

Mike
#add #popup #scrollbar #window
  • Profile picture of the author Tim Franklin
    Well if you want to just deliver the scroll bars, and format the width and height just change the script, "scrollbars=yes" you can also set the size of the delivered window.
    Signature
    Bitcoin | Crypto | Blockchain Secrets |
    {{ DiscussionBoard.errors[5015789].message }}
    • Profile picture of the author mrcouchpotato
      Thanks Tim. But if you mean change it to "yes" in the broker's website (the one that has the house with the spinning arrows), I can't because.

      1. It's the broker's site which I don't have access to.
      2. It's handled by some outside website company who programmed it that way and I would have to go through tons of red tape just to be turned down anyway.

      So I need to put some sort of script in the Backbone Road page instead. I own the domain nwrtours.com and I plan on creating tours for various agents. The broker has over 1000 agents and is the second biggest one in my area.

      Mike
      Signature
      Let Me Show You How You Can Turn Your
      Existing PLR CONTENT Into CASH MONEY
      In Dozens Of Different Ways!
      CLICK HERE TO FIND OUT
      {{ DiscussionBoard.errors[5015818].message }}
  • Profile picture of the author Tim Franklin
    understood, but you would still need to get them to change the link, because its in javascript which will bar you from making any changes until they remove it.

    If you think of it like the Military chain of command, the javascript, on the realestate website, is like a command sergeant, and the popup a private.

    The private has no choice but to do what the Sergeant says to do.

    Once they remove that javascript, you can do as you will, but until that changes you have little choice in the matter, because if you attempt to block DOM, your just going to end up right back where you are now, If you want to have more control over your tours, I would see about changing the method of the DOM,
    Signature
    Bitcoin | Crypto | Blockchain Secrets |
    {{ DiscussionBoard.errors[5015963].message }}
  • Profile picture of the author wasabi20
    Ok for this, you need to set CSS

    I suggest you to do a little search about: css overflow

    Good luck
    {{ DiscussionBoard.errors[5025552].message }}

Trending Topics