22 lines
959 B
HTML
22 lines
959 B
HTML
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
|
<html>
|
|
<head>
|
|
<meta http-equiv="content-type" content="text/html; charset=utf-8">
|
|
<meta name="Copyright" content="Copyright (c) 2006 by IBM Corporation">
|
|
<!-- All rights reserved. Licensed Materials Property of IBM -->
|
|
<!-- US Government Users Restricted Rights -->
|
|
<!-- Use, duplication or disclosure restricted by -->
|
|
<!-- GSA ADP Schedule Contract with IBM Corp. -->
|
|
</head>
|
|
<script language="javascript" type="text/javascript">
|
|
//START NON-TRANSLATABLE
|
|
var servlet_call = "/pdf_table/InteractiveTableManager?sort_type=ascending&query=&sort_column=title&function=search&table_name=table&query_filter=AND+state%3AZCURRENT";
|
|
servlet_call = servlet_call +"&"+ window.location.search.substring(1);
|
|
//alert(servlet_call);
|
|
window.location.replace(servlet_call);
|
|
//END NON-TRANSLATABLE
|
|
</script>
|
|
<body>
|
|
</body>
|
|
</html>
|