Disabling the Scroll Bar --->

Is there a way to disable the scroll bar on a webpage??

yes there is, put it in your stylesheet:

body {
overflow: hidden;
}