Forum Moderators: open
<FORM METHOD="GET" ACTION="http://targeturl.html" TARGET="_blank">
<INPUT TYPE="SUBMIT" VALUE="Button Text">
</FORM>
When the visitor presses the button they are sent to "http://targeturl.html?". When google spiders the page do they index the url in ACTION= or the browser destination page which has the "?" appended. If they index the destination url,the Pagerank in the toolbar drops by 1. It could also be harmful Pagerank-wise if Google has both targeturl.html and targeturl.html? indexed and finds them to be duplicates. Is this a real or imagined problem?