User:Zuhui/Soundboard exercise
< User:Zuhui
Revision as of 13:43, 5 October 2024 by Zuhui (talk | contribs) (Created page with "==building audio interface== ==customising my own search html to archive.org== Utilize the 'Advanced Search' page with javascript code and turn it into a tailored search tool.<br> 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 val...")
building audio interface
customising my own search html to archive.org
Utilize the 'Advanced Search' page with javascript code and turn it into 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()">