Search...
FAQs
Subscribe
Pie
FAQs
Recent topics
Flagged topics
Hot topics
Best topics
Search...
Search within HTML Pages with CSS and JavaScript
Search Coderanch
Advance search
Google search
Register / Login
Win a copy of
Helidon Revealed: A Practical Guide to Oracle’s Microservices Framework
this week in the
Java in General
forum!
Post Reply
Bookmark Topic
Watch Topic
New Topic
programming forums
Java
Mobile
Certification
Databases
Caching
Books
Engineering
Micro Controllers
OS
Languages
Paradigms
IDEs
Build Tools
Frameworks
Application Servers
Open Source
This Site
Careers
Other
Pie Elite
all forums
this forum made possible by our volunteer staff, including ...
Marshals:
Campbell Ritchie
Tim Cooke
paul wheaton
Liutauras Vilda
Ron McLeod
Sheriffs:
Jeanne Boyarsky
Devaka Cooray
Paul Clapham
Saloon Keepers:
Scott Selikoff
Tim Holloway
Piet Souris
Mikalai Zaikin
Frits Walraven
Bartenders:
Stephan van Hulst
Carey Brown
Forum:
HTML Pages with CSS and JavaScript
Disable scrolling in a frame using mouse
Puneet Agarwal
Ranch Hand
Posts: 49
posted 17 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
I have a HTML frame which does not have scrollbars and has the noresize attribute set. But users are complaining that they can still scroll the frame contents using Mouse. How can I disable scrolling using a mouse within a frame.
Muhammad Saifuddin
Ranch Hand
Posts: 1325
I like...
posted 17 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
In Frame scrolling element default value is "auto" its mean window automatically scroll when page size is increased..
for more you can see Frame Element list on
w3.org
[ February 05, 2007: Message edited by: Saif uddin ]
Saifuddin..
[Blog]
[Linkedin]
How To Ask Questions On JavaRanch
My OpenSource
Eric Pascarello
author
Posts: 15385
6
posted 17 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
<body onscroll="window.scrollTo(0,0);">
Eric
It will give me the powers of the gods. Not bad for a tiny ad:
Smokeless wood heat with a rocket mass heater
https://woodheat.net
reply
reply
Bookmark Topic
Watch Topic
New Topic
Boost this thread!
Similar Threads
frames in html
Frame.getLocation() slow to update - need realtime position
Disable Frame using java scrpt
how to disable parent jframe when child jframe is active
making frame fixed
More...