1<%@ page language="java" contentType="text/html; charset=utf-8" pageEncoding="iso-8859-1"%>
2
3<html><head>
4    <%@ include file="head.jsp" %>
5</head>
6
7<body onload="document.allmusic.submit();" class="mainframe bgcolor1">
8<h2><fmt:message key="allmusic.text"><fmt:param value="${album}"/></fmt:message></h2>
9
10<form name="allmusic" action="http://www.allmusic.com/cg/amg.dll" method="POST" accept-charset="iso-8859-1">
11    <input type="hidden" name="P" value="amg"/>
12    <input type="hidden" name="sql" value="${album}"/>
13    <input type="hidden" name="opt1" value="2"/>
14</form>
15
16</body>
17</html>