I am trying to make my site outlooksecurity.com
I am having some difficulty adding the atomz search to my site. I bought a template with both a drop down menu and a search box.
This is the code that I need to fix (where it says <input type=text> is where the search engine is supposed to be)
------------------------------------------------------------
<form name="jump">
<script>
function jumpMenu(){
location=document.jump.menu.options[document.jump.menu.selectedIndex].value;
}
</script>
not to sound rude, but the problem is that i think you need to read up on how to do properly formed forms (.e.g your GO button should not be an img, but <input type="image" border="0" name="whatever" src="whatever/your/file/location/is">)
a solution to your problem: as you can't nest forms (as you discovered), put two forms in one after the other (one pretty much the one that atomz suggest, the other only with your dropdown jump menu).
p.s.: duplicate posting is frowned upon in these fora...
Bookmarks