You can use a "fix" for that:

Use a frameset, with two frames.

        <frameset  rows="0,100%">
                <frame name="hiddenframe" src="whatever.html" marginwidth="0"
marginheight="0" scrolling="no" frameborder="0" noresize>
                <frame name="main" src="whatevermain.html" marginwidth="0"
marginheight="0" scrolling="no" frameborder="0" noresize>
        </frameset>

Put your main page on "main", and a blank page on "hiddenframe", and voila,
no scrolling bars...

best,

NunoF


_______________________________________________
Dynapi-Help mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/dynapi-help

Reply via email to