How to make JDE Include in iframe html file
Dear Sirs,
I have a mission that make a html a file , and include jde url in the ifram ,
my tools is 9.1.3 , but the JDE always redirect to itself only , not follow my html file in ifram . Please help !
my html code as follow :
<!doctype html>
<html>
<head>
<META http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Test CSS Pagelets</title>
<link rel="stylesheet" type="text/css" href="jdePagelets.css">
</head>
<body>
<div id="content" style="width:1065px">
<div id="leftColumn" style="width:529px">
<div class="pagelet">
<iframe width=100% height=230 frameborder=0 src="http://server:8082/jde/E1Menu.maf"></iframe>
</div>