You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
41 lines
1.6 KiB
HTML
41 lines
1.6 KiB
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
|
|
</head>
|
|
<body>
|
|
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>minimal archive.org search</title>
|
|
</head>
|
|
<body>
|
|
<p>This is a minimal form to send a search request to archive.org</p>
|
|
<form action="https://archive.org/advancedsearch.php">
|
|
<input size="50" type="text" name="q" value="subject:"field recording"">
|
|
<input type="submit" value="Search">
|
|
<!-- the rest are hidden -->
|
|
<input type="hidden" name="fl[]" value="date">
|
|
<input type="hidden" name="fl[]" value="description">
|
|
<input type="hidden" name="fl[]" value="format">
|
|
<input type="hidden" name="fl[]" value="identifier">
|
|
<input type="hidden" name="fl[]" value="licenseurl">
|
|
<input type="hidden" name="fl[]" value="mediatype">
|
|
<input type="hidden" name="fl[]" value="name">
|
|
<input type="hidden" name="fl[]" value="rights">
|
|
<input type="hidden" name="fl[]" value="subject">
|
|
<input type="hidden" name="fl[]" value="title">
|
|
<input type="hidden" name="fl[]" value="type">
|
|
<input type="hidden" name="sort[]" value="year desc">
|
|
<input type="hidden" name="sort[]" value="identifier asc">
|
|
<input id="numresults" type="hidden" name="rows" value="10">
|
|
<input type="hidden" name="page" value="1">
|
|
<input type="hidden" name="output" value="json">
|
|
<!-- <input type="hidden" name="output" value="tables">
|
|
<input type="hidden" name="callback" value="callback"> -->
|
|
</form>
|
|
<div id="results"></div>
|
|
<script src="fetch-jsonp.js"></script>
|
|
<script src="tagradio.js"></script>
|
|
</body>
|
|
</html> |