ThreadBoard ArchivesSite FeaturesActiveworlds SupportHistoric Archives |
Help please:) (Community)
Help please:) // Communityalphabit phalphaApr 4, 2004, 6:19pm
Ok...all you web page gurus.
I created a sample voting form at www.awcommunity.org/cyawards/testvote2004.htm I have some problems though. I would like it to be able to have all of the categories with drop down choices selected before submiting the entire page to make it easier for folks. Anyone have a small quick script I could use? Thanks in advance for any help! Bit:) lady nighthawkApr 4, 2004, 6:57pm
<p>
<center> <form><u><font face="Black Chancery"><font color="#996633"><font size="+2"> Search Engines & People Finders:</font></font></font></u><br> <select size="1" name="list"> <option value="http://www.google.com" selected="selected">Google Search <option value="http://www.google.com/language_tools?hl=en">Google Translator <option value="http://www.altavista.com/cgi-bin/query?opt=on&KL=en&enc=iso88 591"> AltaVista {English} <option value="http://babelfish.altavista.com/">AltaVista Translator <option value="">~~~</option> <option value="http://www.search.com">CNET's Search.com <option value="http://www.excite.com">Excite Search Engine <option value="http://www.lycos.com">Lycos Search Engine <option value="http://northernlight.com">Northern Light Search Engine <option value="http://www.yahoo.com">Yahoo Search Engine <option value="">~~~</option> <option value="http://www.knowx.com">Knowx.com <option value="http://www.ancestry.com/search/rectype/vital/ssdi/main.htm"> Ancestry.com - SSN Death Index Search <option value="http://www.ellisisland.org/">Ellis Island Online (Search) <option value="http://www.usps.gov/ncsc/lookups/lookup_ctystzip.html"> USPS Zip Code search <option value="http://peoplesearch.net/peoplesearch/peoplesearch_deluxe.html"> PeopleSearch.net - many engines <option value="http://peoplesearch.net/peoplesearch/peoplesearch_international.html" > PeopleSearch.net - Int'l, incl Canada <option value="http://www.funbizz.com/resources/resources.html"> FunBizz.com - Resources <option value="http://www.yourthespy.com">YourTheSPY.com <option value="">~~~</option> <option value="http://whois.arin.net/whois/index.html">ARIN {DNS # Search} <option value="http://www.internic.net/whois.html"> Internic {Domain Name Whois Search} <option value="http://www.networksolutions.com/cgi-bin/whois/whois"> Network Solutions {Whois Lookup} <option value="">~~~</option> <option value="http://www.bcca.org/misc/qiblih/latlong_ca.html"> Lat/Long Lookup - CANADA <option value="http://www.juggling.org/bin/un.cgi/map-find"> Lat/Long Position Finder - USA <option value="http://www.mapblast.com/myblast/index.mb">MapBlast!</option> </select> <br><input onclick="top.location.href=this.form.list.options[this.form.list.selectedInd ex].value" type="button" value="Gopher IT!"></form> Check that out, drop down menu, just copy and paste for each *form (drop down section)* and change the urls ... you can save that into an html page and try it out ... at the bottom where it says "Gopher IT!" ... that's the button you click to go to whatever selection you chose from above drop down. Lemme know if ya need help, could whip it up fer ya in no time flat! Hugzzz LNH [View Quote] lady nighthawkApr 4, 2004, 6:59pm
Hmmm my suggestion may not work cause for it you are selecting from the drop
down menu immediately above it. The one form I do use has radio button selection tho ... you'd click the appropriate radio button but then you could only pick one ... perhaps a checkbox where you could select multiple might serve better. Need to know more on what the page looks like and it's function... LNH [View Quote] lady nighthawkApr 4, 2004, 7:14pm
Here's a simple drop down menu for which you could include everthing within
the form and *multi-select* by clicking the first item, then hold down shift to select others ... <p>Drop-Down Menu (Multiple Selection) <br> <form action="post.asp" method="post"> <select size="3" name="Dropdown Menu" multiple> <option selected value="" >Select A State</option> <option value="New York">New York</option> <option value="California">California</option> <option value="Florida">Florida</option> <option value="Rhode Island">Rhode Island</option> </select> <input type="submit" value="Submit"> </form> I haven't tested it cause I dunno what yer lookin for. DynamicDrive.com is my fav place for scripts ... here's a search there for "drop down" http://search.freefind.com/find.html?id=6299074&pageid=r&mode=ALL&n=0&query=drop+down aside from that you could search google or other search engines. Be mindful when you do choose a script to make sure it's both IE and NS friendly as those are the two most used browsers! LNH [View Quote] |