I have been trying without success to click this button on GPS Vizualizer, I have tried a couple of methods including after setting up my dims etc and setting to the document..; No success, what am I missing, can anyone help, thanks
With doc.all("input")
.focus
.OnClick
End With
HTML:
<input style="font-weight: bold; margin-bottom: 3px;"
onclick="this.form.action='http://www.gpsvisualizer.com/map?output_geocoder'; document.map_form.special.value='geocoder'; this.form.submit();"
type="button" value="Draw a map">

doc.getElementsByTagName(0)to refer to the button. If there are multiple buttons then loop over them until you find the one with Value "Draw a Map"