Welcome to my Zoicks.Com Fun Things Page
A special thanks goes to everyone's favorite Photos/HTML expert, Bob Bull (Bobal), who originally posted this helpful tip.
Miscellaneous Fun Things
Many of you ask about some of the ways to add some fun extras to your auctions. Here are a few you can experiment with.
How To Make A Drop Down Menu
This is a great way to link to many pages in one place. Here is an example:This JavaScript provided byBaconButtie
To create your own drop down menu, copy/paste the code below, making the necessary changes (titles, URLs, etc.): <script language="javascript"> <!--// function SwapForm(newaction) { document.dropdown.action = newaction; } //--> </script> <form name="dropdown" action="http://www.zoicks.com/ebaylinks.htm"> <center><font face="verdana"><small><b>Select the link you want to view and click Go!</b></small></font></center> <table cellspacing="2" cellpadding="2" name="dropdowntable" border="0" align=center> <tr><td align="center"></td></tr> <tr><td align="center"> <font face="verdana"><small><b> <select size="1" name="myselect" onChange="javascript: SwapForm(this.options[selectedIndex].value);"> <OPTION value="http://www.zoicks.com/ebaylinks.htm" selected>eBay Hints and Tips</OPTION> <OPTION value="http://www.zoicks.com/auctiontemplates.htm">Free Auction Templates</OPTION> <OPTION value="http://www.zoicks.com/imagehosts.htm">Free/Pay Image Hosts</OPTION> </select> <input type="submit" name="btnSubmit" value="Go !"></b></small></font></td></tr> </table></form><p align="center"><font face="Verdana" size="1">This JavaScript provided by<br><a href="http://tools.baconbuttie.co.uk/bbscripter.asp">BaconButtie</a></font></p>
You can check your code on Jay's RanchoWeb Practice Board .
Here's One for Your Website or Home Page
Want to add your auction listings to your website? There is an eBay tool that will generate a real time listing of your auction items and direct viewers to eBay to bid. You can sign up for your code snippet here:eBay Editor Kit And here is a preview of how it will look on your website (scroll down a bit past my signature):