Commit a8e95d8a authored by steurwadkar's avatar steurwadkar

Container JSP for ItemDetails.jsp to load js function on body load


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@105191 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 432711f7
<%
String item = ((String) request.getParameter("item_code__ord") == null) ? (String) request.getParameter("item_code") : (String) request.getParameter("item_code__ord");
%>
<html>
<head>
</head>
<body style="overflow:hidden;">
<iframe src="/ibase/webitm/jsp/ItemDetails.jsp?item_code__ord=<%=item%>" width="100%" height="100%" class="FrameFlowPanel" style="border:none;"></iframe>
</body>
</html>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment