Posted by Neredbojias on 05/29/07 08:57
On Tue, 29 May 2007 07:24:01 GMT GiuseppeDini scribed:
> 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"?
Sounds like maybe you need the correct doctype.
--
Neredbojias
He who laughs last sounds like an idiot.
[Back to original message]
|