<form id="file_upload_form"> ...
<input type="submit" value="Submit" name="submit">
</form>
Just need a alert box to appear on clicking the input. I'm a jQuery man so not sure how to target the DOM with prototype. I can't edit the HTML otherwise I would just give it an ID.
Must be easy but can't figure it out.