<%@ page import="productImg.*" %> <% response.setHeader("Expires", "-1") ; //to instruct the server not to retrive from Cache %> <% try{ String strProductCode = "(" + "'19980','18906'" + ")" ; out.println(strProductCode ); String strLanguage = "E" ; gomsClsProductImg objProductImg = new gomsClsProductImg(); String[][] strProductImgArr = objProductImg.getAllImgType(strProductCode,strLanguage); int intIndex = 0 ; objProductImg= null; %> GE - Style Guide <%=strProductImgArr[0][0]%>
<%=strProductImgArr[0][1]%>
<%=strProductImgArr[0][3]%>
<%=strProductImgArr[0][4]%>
<% } catch(Exception e) { out.print(e); } %>