Posted by GiuseppeDini on 05/29/07 07:24
Hello,
For some reason I want to insert an asp.net into a html one using
frames.
Some time ago I did such a thing, but now I've a problem which I had
not the last time and I cannot understand why.
the code of the .html page is:
<frameset rows="*" cols="*">
<frame src="ordini.aspx" />
</frameset>
The problem is the horizontal scrollbar which is larger (it seems it
take into account the widthness of the vertical scrollabar.
How can I shrink it without writing "noscroll"?
Giuseppe
[Back to original message]
|