|
|
|
date: Mon, 25 Apr 2005 17:24:04 -0400,
group: microsoft.public.inetsdk.programming.html_objmodel
back
Cannot open web browser with working scroll bars.
I am opening a new browser window using window.open as follows.
window.open("MyPage.htm","ImageCartForm","directories=no,left=0,top=0,height
=500,width=680,location=no,menubar=no,toolbar=no,status=no,scrollbars=yes,re
sizable=yes");
For some reason, even though I have specified scrollbars=yes, the scroll
bars shows up, but I cannot scroll around on the loaded page. Its like they
appear, but are non-functional. If I resize the window, I can see the
remainder of the page, but I can't figure out why my scrollbars don't work.
--
-----------------------------------
Ken Varn
Senior Software Engineer
Diebold Inc.
EmailID = varnk
Domain = Diebold.com
-----------------------------------
date: Mon, 25 Apr 2005 17:24:04 -0400
author: Ken Varn nospam
Cannot get window.open() to create web browser with working scroll bars.
I am opening a new browser window using window.open as follows.
window.open("MyPage.htm","ImageCartForm","directories=no,left=0,top=0,height
=500,width=680,location=no,menubar=no,toolbar=no,status=no,scrollbars=yes,re
sizable=yes");
For some reason, even though I have specified scrollbars=yes, the scroll
bars shows up, but I cannot scroll around on the loaded page. Its like
they
appear, but are non-functional. If I resize the window, I can see the
remainder of the page, but I can't figure out why my scrollbars don't work.
-----------------------------------
Ken Varn
Senior Software Engineer
Diebold Inc.
EmailID = varnk
Domain = Diebold.com
-----------------------------------
date: Tue, 26 Apr 2005 13:56:06 -0400
author: Ken Varn nospam
|
|