Código:
<td><input type="image" src="http://graphics.com/images/template/button/submit_preview.gif" onClick="if(window.processSubform){processSubform();}document.post.preview.value='true';" alt="Preview" title="Preivew" width="67" height="15"/></td>
<td width="10"><img src="http://graphics.com/images/template/s.gif" width="10" height="15"></td>
<td><input type="image" src="http://graphics.com/images/template/button/submit_submit.gif" onClick="if(window.processSubform){processSubform();}document.post.post.value='true';" alt="Submit" title="Submit" width="67" height="15" /></td>
Entiendo mas o menos todo excepto la parte que dice OnClick= blah blah lah
y tambien queria saber como reproducirlo en visual basic con webbrowser (que por mas que le busco no encuentro, sin embargo...DEBE de haber una forma)
He pensado usar esto:
Dim c, e
Set c = WB.Document.All.tags("img")
For Each e In c
If e.src = "http://graphics.com/images/template/button/forum_postreply.gif" Then
MsgBox "Link Found!"
e.Click
Exit For
End If
Next
End Sub
(pero obviamente el tag no empieza con img src y para acabar tiene caracteres como las "comillas" que lo confunden)
Ayuda!!!! y saludos