I found out what was causing the scrollbars to appear!
Basically I had a theory that it was because I was using geocities as a host for my tests.
The site adds advertisements to pages, even popups. I just couldn’t see them
before because I was trying to make the popup fit my html exactly, which
always pushed the advertisement out of view. I only realised it was there
when I accidentally made a test which was 700 pixels long instead of 170.
Anyway, atm I don’t have my own hosting space to test this theory, so I
sent my files to a friend who was kind enough to upload the test to his space.
When he did, I saw that it worked as it should of! So that’s a big relief and headache
out of the way!
I thank you very much for your help along the way gvozden! It’s much appreciated.:pleased:
I was wondering, I have 2 more questions regarding what I’m working on,
am I able to ask it here, or should I make a new post? I’m not sure of the
protocol of things here.
Anyway, the two things are…
What’s the javascript command to make the status bar not visible in popups?
This isn’t actually too important, but would be nice.
Secondly, which it more important, if I open a popup using the method detailed
in this tute…
http://www.kirupa.com/developer/flash8/centered_popup_window2.htm
When I try doing multiple popup buttons, for different popup, they work well,
as long as whatever popup the user opened previously is closed.
If not, I find that if another popup is opened, it opens in window
of the initial popup, not changing the size dimensions, even though I have
allocated the dimensions in the button.
I would like to be able to either, have any already opened popup close automatically
if another popup is opened, or have the new popup open in the existing
popup window, but have the window dimensions change.