First of all, you should know by now, that
JAVA is far different from
Javascript.
Your problem is
Javascript and not otherwise. I guess
webmaster or some moderators will move this in the right place for you.
Secondly, you should be aware that
center is a
deprecated tag.
For your problem, replace highlighted:
<input type=button value="Back to File Upload" onclick="
history.back();">
...with:
Code:
location.href='http://www.dubinphotos.com'
Hope that helps.