furynick
05-11-2007, 01:07 PM
hi
i don't know anything about javascript.
i want to do that;
there is a submit button. that sends a file to my server.
i want it to display loading.gif when i pressed the submit button.
for example this is my html code
<input type="button" onclick="ShowImage('loading.gif')" value="Submit">
when i press "Submit" it should display loading.gif
the problem is i don't know how can i code the ShowImage function.
please help
thanks.
i don't know anything about javascript.
i want to do that;
there is a submit button. that sends a file to my server.
i want it to display loading.gif when i pressed the submit button.
for example this is my html code
<input type="button" onclick="ShowImage('loading.gif')" value="Submit">
when i press "Submit" it should display loading.gif
the problem is i don't know how can i code the ShowImage function.
please help
thanks.