User:Zuhui/Soundboard exercise: Difference between revisions
No edit summary |
|||
Line 1: | Line 1: | ||
=customising my own search html= | |||
Utilize the 'Advanced Search' page on [https://archive.org archive.org] with javascript code to create a tailored search tool.<br> | Utilize the 'Advanced Search' page on [https://archive.org archive.org] with javascript code to create a tailored search tool.<br> | ||
1) copy and paste the code block and paste to new textfile | 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''' | 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 | Who is Json and what is XML]]''' | |||
=== | ==Search trial== | ||
===the aesthetics of elevator/on hold music=== |
Revision as of 10:19, 6 October 2024
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()">