I am trying to have my macro click on a "save" button on a webpage, but I am having some trouble with the coding.

The HTML code that points to the save button:
<input value=" Save " class="btn" name="save" tabindex="4" title="Save" type="submit">

The VBA code that I have used (which didn't work):
inex.Document.All.Item("save").Click

where inex is what I have named the window of the webpage that I am working on. Does anyone have any pointers?
Thanks
Todd B