ibm-information-center/dist/eclipse/plugins/i5OS.ic.apifinder_5.4.0.1/name_finder.htm

59 lines
1.9 KiB
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. -->
<title>API finder</title>
<link rel="stylesheet" type="text/css" href="finder.css">
<link rel="stylesheet" type="text/css" href="ic.css">
<script language="Javascript" type="text/javascript">
//START NON-TRANSLATABLE
function goAlpha()
{
var lang = "";
var letter = "a";
//get the passed in parameters, if exists
var all_params = window.location.search.slice(1).split("&");
if (all_params.length > 0)
{
var temp_param;
for (var i=0;i<all_params.length;i++)
{
temp_param=all_params[i].split("=");
if (temp_param[0].indexOf("?")==0)
temp_param =temp_param[0].slice(1);
if (temp_param[0].toLowerCase() == "lang")
lang = temp_param[1];
else if (temp_param[0].toLowerCase() == "letter")
letter = temp_param[1];
}
}
document.form_1.lang.value = lang;
document.form_1.query.value = letter;
document.form_1.submit();
}
//END NON-TRANSLATABLE
</script>
</head>
<body onLoad="javascript:goAlpha();">
<FORM NAME="form_1" method="GET" ACTION="InteractiveTableManager">
<input type=hidden name="query" value="a">
<input type=hidden name="lang" value="">
<input type=hidden name="table_name" value="list_2">
<input type=hidden name="function" value="search">
<input type=hidden name="query_filter" value="">
<input type=hidden name="search_type" value="keyword">
<input type=hidden name="sort_type" value="ascending">
<input type=hidden name="sort_column" value="apiname">
<input type=hidden name="field" value="apiname">
</FORM>
</BODY>
</HTML>