I am working on a project in java, and i was wondering if anyone could help me with this. I want to search mutiple sites at the same time, not just one at a time. Here is what I am working with.
<option value="www.javascriptkit.com" selected="1">JavaScript Kit</option>
<option value="www.dynamicdrive.com">Dynamic Drive</option>
<option value="www.freewarejava.com">FreewareJava.com</option>
This lets me search individual sites, but i want to use one option value to search all sites I designate at once. The code is just an example, not what I am actually going to use..
0 replies