Forum Moderators: Robert Charlton & goodroi
Here is what I am doing in HTML:
<form name="form1" method="get" action="http://www.sample.com/index.asp">
<select name="pulldown1" onchange="this.form.submit()">
<option value="choice1" selected>choice1</option>
<option value="choice2">choice2</option>
</select>
<input type="submit" value="Submit">
</form>
If Googlebot followed the links, I am just assuming that they could as easily pass PR, but... do they with this way of coding? Any recommendations on how to do it in a non-PR-passing way without violating any of G's rules?
Advice is appreciated as always.
Thanks