javascript popup scollbar
- Started
- Last post
- 7 Responses
- elwolverton
I am finishing a site that uses javascipt popup windows, but they don't have scollbars (and they should!).
Anyone know what I can do to the link coding, or the html for the popups themselves, to force scrollbars?
Here is an example of a link I have used:
example
- DigitalMe0
the javascript function should have an argument for the scrollbar preference. yes, no, auto...or something
- mikeim0
1 or 0
- elwolverton0
anyone know the javascript command?
- takashi0
window.open("myfile.htm", "windowName", "width=300,height=200,scrollbars...
- elwolverton0
what is the complete html tag that coincides with that command?
i.e.
<a href="... or
<a onClick="...
- takashi0
maybe you read a tutorial like
http://www.faqs.org/docs/htmltut…(code on the 'basic' link)
...or do a google search on popup window tutorial, there are thousands around.
- elwolverton0
thank you. you rock the house down