After finding relevant information on the Internet, many peopleStyle = "overflow-X: hidden"", But I still cannot use this method,
Finally, set <! Doctype HTML public "-// W3C // dtd xhtml 1.0 transitional // en" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
Add in <body>Style = "overflow-X: hidden,
My framework is like this.
<Frameset rows = "60, 2, *" frameborder = "no" border = "0" framespacing = "0">
<Frame src = "view_top.aspx" name = "topframe" scrolling = "no" noresize = "noresize" id = "topframe" Title = "topframe"/>
<Frame src = "view_mid.htm" name = "midframe" scrolling = "no" noresize = "noresize" id = "midframe" Title = "midframe"/>
<Frame src = "view_content.aspx" name = "mainframe" id = "mainframe" width = "100%" Title = "mainframe"/>
</Frameset>
View_content.aspx framework:
<% @ Page Language = "C #" autoeventwireup = "true" codefile = "view_content.aspx.cs" inherits = "member_resume_view_content" %>
<HTML xmlns = "http://www.w3.org/1999/xhtml">
<Head runat = "server">
<Title> No title page </title>
</Head>
<Body style = 'overflow: Scroll; overflow-X: Den den '>
<Form ID = "form1" runat = "server">
<Div>
<% = RTN %>
</Div>
</Form>
</Body>
</Html>
After using this method, I have solved the problem. Here, I would like to explain that, if you encounter the same problem in the garden, you can make a reference.