User:Zuhui/Soundboard exercise: Difference between revisions

From XPUB & Lens-Based wiki
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
==building audio interface==
==building an audio interface==


==customising my own search html==
==customising my own search html==
Line 7: Line 7:
   
   
  :<form action="https://archive.org/advancedsearch.php" class="js-search-check_dates" name="searchForm" id="searchForm" method="POST" onsubmit="return validateForm()">
  :<form action="https://archive.org/advancedsearch.php" class="js-search-check_dates" name="searchForm" id="searchForm" method="POST" onsubmit="return validateForm()">
===who is json and what is xml===

Latest revision as of 21:45, 5 October 2024

building an audio interface

customising my own search html

Utilize the 'Advanced Search' page on archive.org with javascript code to create a tailored search tool.

1) copy and paste the code block and paste to new textfile
2) link archive.org/advancedsearch.php to the new text file using form

:<form action="https://archive.org/advancedsearch.php" class="js-search-check_dates" name="searchForm" id="searchForm" method="POST" onsubmit="return validateForm()">


who is json and what is xml