iframe.jsp 275 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 <%@ page language="java" contentType="text/html; charset=utf-8" pageEncoding="utf-8"%> <%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c"%> <%@ page isELIgnored ="false" %> <div class="pl-iframe-page"> <iframe class="pl-iframe" src="${url}"> </iframe> </div>