Thread: popup scrollbar help
Results 1 to 7 of 7
Related
-
Popup-like window Forum: HTML Forum
Replies: 0 -
login popup Forum: Javascript Forum
Replies: 0 -
tab popup sub-menu Forum: Javascript Forum
Replies: 1 -
popup help Forum: HTML Forum
Replies: 3 -
Popup window to fit? Forum: HTML Forum
Replies: 1
-
01-25-2006, 09:32 AM #1
popup scrollbar help
First of all, this is a great resource for a total newbie like myself. Thanks for the effort!
Now, for the problem at hand. I am currently using Yahoo's PageBuilder (I know, I know... but I am trying to learn code to make a "real" site!), and I got a bit of code from another thread to allow me to open a new window and make it the size I need. I just need to include a vertical scroll bar in the new window! Help!
Here's the code I am currently using...
<A HREF="http://lnracing.com/roster.htm" TARGET="popup" ONCLICK="window.open('http://lnracing.com/roster', 'popup', 'width=512,height=3000'); return false">Drivers</A>
Thanks so much!
Chip
-
01-25-2006, 09:45 AM #2
Re: New to the forum; need a little help....
It should be as easy as reducing your height, 3000 is HUGE
-
01-25-2006, 10:55 AM #3
Re: popup scrollbar help
Thanks, Dave... I tried that. Took the height to 500. But it pops up a fixed 512x500 window with no scroll bar, despite the fact that there is a LOT of content beyond that. HELP!
-
01-25-2006, 10:59 AM #4
Re: popup scrollbar help
OK... actually, it lets me scroll up and down the page, but there is no scroll bar visible, so visitors would have no way of knowing to try to scroll. Furthermore, the mouse wheel doesn't work. You have to left click and hold at the top or bottom of the window...
Just want to fine-tune it a bit, to allow for a visible scroll bar and to enable the mouse's scroll wheel.
-
01-25-2006, 03:51 PM #5
Re: popup scrollbar help
Can you please post a link.
-
01-26-2006, 12:52 PM #6
Re: popup scrollbar help
Originally Posted by lnrmod51
ONCLICK="window.open('http://lnracing.com/roster', 'popup',scrollbars=yes, 'width=512,height=3000'); return false">Drivers</A>
to your code?
-
01-26-2006, 01:37 PM #7
Re: popup scrollbar help
Originally Posted by krak_d
lol, somebody slap me
Cloudjiffy- PaaS for Developers
10-05-2020, 12:30 AM in Web Hosting Forum