<%@page session="true" %><%@ page import="com.edeal.frontline.navigation.FlRequest" %><%@taglib uri="http://www.e-deal.com/taglib/fl" prefix="fl" %><% final org.apache.commons.logging.Log logger = org.apache.commons.logging.LogFactory.getLog(getClass()); FlRequest flRequest = new FlRequest(request); String toID = (String)flRequest.getAttribute("to"); %> window.top.opener.parent.location = "/read_enterprise.fl?id=<%= toID %>"; window.top.close();