Template:Basic Item Search: Difference between revisions

From Nodeka Wiki
Jump to navigation Jump to search
(Created page with "== Basic Item Search == <html> <head> <script type="text/javascript"> function myFunction(){ alert("Page is loaded"); } </script> </head> <body onload="myFu...")
 
mNo edit summary
 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
{|style="border-style: solid; border-width: 5px; border-color:#D3AE36; padding:10px"
|
== Basic Item Search ==
== Basic Item Search ==


<html>
<html>
<head>
  <script type="text/javascript">
  function myFunction(){
    alert("Page is loaded");
  }
  </script>
</head>
<body onload="myFunction()">


<p>Have an item you want to look up? Enter the keywords in the form below to find what you need.</p>
<p>Have an item you want to look up? Enter the keywords in the form below to find what you need.</p>
Line 39: Line 32:
<div id="results">&nbsp;</div>
<div id="results">&nbsp;</div>


<script>// <![CDATA[
<script>// <![CDATA[
  $(document).ready(function() {
  $(document).ready(function() {
   var $form = $('#item-search'),
   var $form = $('#item-search'),
Line 64: Line 57:
  // ]]></script>
  // ]]></script>


</body>   
</html>
</html>
<small>''Service provided by Nemesis and Nodeka411.''</small>
<small>''Service provided by Nemesis and Nodeka411.''</small>
|}

Latest revision as of 11:58, 5 September 2020

Basic Item Search

Have an item you want to look up? Enter the keywords in the form below to find what you need.

 

Results

 
Service provided by Nemesis and Nodeka411.