Borderless Windows

I have been working on a Borderless Window but the html file that i want to use is pretty long. Is there a way to obtain a scrollbar in the borderless windows? if so how would I do it?

Load the HTML page into your Chromeless window. That is all. If you don’t have scrolling disabled in your loaded .html file there should be no problems.

Either that or change the line in the code to look like this…

var wNS=‘toolbar=0,location=0,directories=0,status=0,menubar=0,<B>scrollbars=1</B>,resizable=0’

Remember, 0 = false and 1 = true