Hi guys,,
i got this in the source code :
Code:<td class="cat" colspan="2" align="center"> <input class="btnlite" type="submit" tabindex="5" name="preview" value="Preview" /> <input class="btnmain" type="submit" accesskey="s" tabindex="6" name="post" value="Submit" /> <input class="btnlite" type="submit" accesskey="k" tabindex="7" name="save" value="Save" /> <input class="btnlite" type="submit" accesskey="c" tabindex="9" name="cancel" value="Cancel" />
and i tried:
W.Document.All("post").Click
W.Document.All("submit").Click
W.Document.All("btnmain").Click
but nothing seems to work???![]()




Reply With Quote