Copy Code code as follows:
<%@ Page language= "vb" autoeventwireup= "false" codebehind= "WebForm4.aspx.vb" inherits= "HIG_RECEIPT.WEBFORM4"% >
<! DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 transitional//en" >
<title>WebForm4</title>
<meta name= "generator" content= "Microsoft Visual Studio. NET 7.1" >
<meta name= "Code_language" content= "Visual Basic. NET 7.1" >
<meta name=vs_defaultclientscript content= "JavaScript" >
<meta name=vs_targetschema content= "http://schemas.microsoft.com/intellisense/ie5" >
<style type=text/css >
. resizedivclass{
width:3px;
margin:0px 0 0px 0;
Background: #ffff33;
border:5px;
Cursor:e-resize;
</style>
<script Type=text/javascript Language =javascript >
var Mousedown=false;
var aaa;
function down () {
Mousedown=true;
Aaa=event.clientx-td1.offsetwidth;
Event.srcElement.setCapture ();
}
function Move () {
if (mousedown==true) {
Td1.style.width=math.max (1,EVENT.CLIENTX-AAA);
}
}
function up () {
Event.srcElement.releaseCapture ();
Mousedown=false;
}
</script>
<body ms_positioning= "GridLayout" >
<table width= "100%" height= "100%" >
<tr>
<TD id= "TD1" >
First IFRAME
<iframe style= "width:100%; height:100% "src=" "frameborder=" 0 ">
</iframe>
</td>
<TD class= "Resizedivclass" onmousedown= "Down ()" onmousemove= "Move ()" onmouseup= "Up ()" >
</td>
<TD >
A second IFRAME
<iframe style= "width:100%; height:100% "src=" "frameborder=" 0 ">
</iframe>
</td>
</td>
</table>
</body>