B
Bill Zack
I have an interesting little ASP.NET problem.
I have to position and show multiple "frames" in an IE6 browser at run
time in a singe ASP.NET page. Each "frame" will contain a couple of
navigation links and one chart object (currently an ActiveX control
but we will be switching to native .NET controls soon). The number of
frames shown on the page will be selected by the user dynamically at
run time.
What I need to do is define a myFrame object that takes x location, y
location, width and height parameters at run time to position and size
the myFrame in the window. I also need to scale the set of myFrames
to fill the window. Width and Height are valid run-time parameters.
X location and Y location, however, are part of the Style parameter
which is read-only. (I have not figured out how to change it.)
I need to come up with an answer, even if it is to render the html
myself or use JavaScript. I am hoping that there is a more elegant
way to do this using ASP.NET.
Thanks
Bill Zack
I have to position and show multiple "frames" in an IE6 browser at run
time in a singe ASP.NET page. Each "frame" will contain a couple of
navigation links and one chart object (currently an ActiveX control
but we will be switching to native .NET controls soon). The number of
frames shown on the page will be selected by the user dynamically at
run time.
What I need to do is define a myFrame object that takes x location, y
location, width and height parameters at run time to position and size
the myFrame in the window. I also need to scale the set of myFrames
to fill the window. Width and Height are valid run-time parameters.
X location and Y location, however, are part of the Style parameter
which is read-only. (I have not figured out how to change it.)
I need to come up with an answer, even if it is to render the html
myself or use JavaScript. I am hoping that there is a more elegant
way to do this using ASP.NET.
Thanks
Bill Zack