Menu

#26 some content missing in J2ep

open
nobody
General (20)
5
2011-09-19
2011-09-19
dharma
No

I am using j2ep Proxy to proxy a page wihich has nested frameset.
Somehow some content is missing from the original source.

original source
<head>
<base href="http://xxxxxxxx/ess/leave/index.jsp">
</head>
<html lang="en">
<title>:: xxx -</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<script language="JavaScript">
<!--
function MM_reloadPage(init) { //reloads the window if Nav4 resized
if (init==true) with (navigator) {if
((appName=="Netscape")&&(parseInt(appVersion)==4)) {
document.MM_pgW=innerWidth; document.MM_pgH=innerHeight;
onresize=MM_reloadPage; }}
else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH)
location.reload();
}
MM_reloadPage(true);
// -->
</script>
<frameset rows="67,51,*" cols="*" frameborder="NO" border="0"
framespacing="0">
<frame name="top" scrolling="NO" noresize src="top.jsp"
marginwidth="0" marginheight="0" frameborder="NO" >

<frame name="top" scrolling="NO" noresize src="tab1.jsp"
marginwidth="0" marginheight="0" frameborder="NO" >

<frameset cols="188,*" frameborder="NO" border="0" framespacing="0">
<frame name="left" noresize scrolling="NO" src="left1.jsp "
marginwidth="0" marginheight="0" frameborder="NO">

<frame name="main" src="main.jsp" marginwidth="0" marginheight="0"
frameborder="NO" scrolling="AUTO">
</frameset>
</frameset>
<noframes>
<body bgcolor="#FFFFFF" text="#000000">
</body>
</noframes>
</html>

after proxy

<head>
<base href="http://192.168.32.132:8080/ess/ess/leave/index.jsp">
</head>
<html lang="en">
<title>::xxxx ::</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<script language="JavaScript">
<!--
function MM_reloadPage(init) { //reloads the window if Nav4 resized
if (init==true) with (navigator) {if
((appName=="Netscape")&&(parseInt(appVersion)==4)) {
document.MM_pgW=innerWidth; document.MM_pgH=innerHeight;
onresize=MM_reloadPage; }}
else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH)
location.reload();
}
MM_reloadPage(true);
// -->
</script>
<frameset rows="67,51,*" cols="*" frameborder="NO" border="0"
framespacing="0">
<frame name="top" scrolling="NO" noresize src="top.jsp"
marginwidth="0" marginheight="0" frameborder="NO" >

<frame name="main" src="main.jsp" marginwidth="0" marginheight="0"
frameborder="NO" scrolling="AUTO">

</frameset>
</frameset>
<noframes>
<body bgcolor="#FFFFFF" text="#000000">
</body>
</noframes>
</html>

Discussion


Log in to post a comment.

MongoDB Logo MongoDB