%@ page contentType="text/html; charset=iso-8859-1" language="java" %>
<%@ page import="java.sql.*" %>
<%@include file="admin/util/app_global.jsp"%>
<%@ page import="java.text.*" %>
<% session.setMaxInactiveInterval(20000); %>
Update Tecnologia–(31) 3339-0000
|
|
| <%
String url = "main";
String portalref = request.getParameter("portalref");
String param = request.getParameter("act");
String useext = request.getParameter("useext");
String ext = request.getParameter("ext");
String defext = "jsp";
if (param != null){
url = param ;
}
if (portalref != null){
url = "http://portal.upbrasil.com.br/"+url;
}
if (useext != "no"){
if (ext != null){
url += "."+ext;
}else{
url += "."+defext;
}
}
%>
|
|
|
Rua Rodrigues Caldas, 726, sala 1003.
Santo Agostinho - Belo Horizonte-MG.
Tel : (31) 3339-0000 |
|