<% @ Page Language = "C #" AutoEventWireup = "true" CodeBehind = "layout split. aspx. cs" Inherits = "easyui exercise. layout split" %>
<! DOCTYPE html PUBLIC "-// W3C // dtd xhtml 1.0 Transitional // EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<Html xmlns = "http://www.w3.org/1999/xhtml">
<Head runat = "server">
<Title> </title>
<Script src = "JS/easyUI/jquery-1.7.2.min.js" type = "text/javascript"> </script>
<Script src = "JS/easyUI/jquery. easyui. min. js" type = "text/javascript"> </script>
<Script src = "JS/easyUI/locale/easyui-lang-zh_CN.js" type = "text/javascript"> </script>
<Link href = "JS/easyUI/themes/default/easyui.css" rel = "stylesheet" type = "text/css"/>
<Link href = "JS/easyUI/themes/icon.css" rel = "stylesheet" type = "text/css"/>
<Script src = "JS/wikmenu. js" type = "text/javascript"> </script>
<Script src = "JS/wikmain. js" type = "text/javascript"> </script>
<Script type = "text/javascript">
Function ShowPage (url ){
$ ('# Content'). load (url );
}
</Script>
</Head>
<Body>
<Form id = "form1" runat = "server">
<Div>
<Div class = "easyui-layout" style = "width: 1000px; height: 600px;">
<Div region = "west" style = "width: 150px" title = "Navigator" split = "true">
<P style = "padding: 5px; margin: 0;"> Select language: </p>
<Ul>
<Li> <a href = "javascript: void (0)" onclick = "ShowPage('java.htm ')"> java </a> </li>
<Li> <a href = "javascript: void (0)" onclick = "ShowPage('CSharp.htm ')"> c # </a> </li>
<Li> <a href = "javascript: void (0)" onclick = "ShowPage('vb.htm ')"> vb </a> </li>
<Li> <a href = "javascript: void (0)" onclick = "showpage('c00000000.htm ')"> c ++ </a> </li>
</Ul>
</Div>
<Div id = "content" region = "center" title = "Language" href = "java.html" style = "padding: 5px;">
</Div>
</Div>
</Div>
</Form>
</Body>
</Html>