need help to make html-php form animated gif preloader

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
giliat
Forum Commoner
Posts: 28
Joined: Sun May 20, 2007 2:00 pm

need help to make html-php form animated gif preloader

Post by giliat »

Hello
I have a html form with attachments
The form action is a php script
i need to past an animated gif that will be in the html page and will show after pressing submit will the php script is running in the background
Anything that I tried seem to stop the animated gif will the php script start to run in the background

thanks
:roll:
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

This sounds like a Javascript, or client-side at least, problem, not something PHP cares about.
User avatar
louie35
Forum Contributor
Posts: 144
Joined: Fri Jan 26, 2007 8:40 am
Location: Dublin
Contact:

Post by louie35 »

look into inner.Html function for javascript.
giliat
Forum Commoner
Posts: 28
Joined: Sun May 20, 2007 2:00 pm

thanks but Im not good in javascript

Post by giliat »

can you show me a script
to show an animated gif on submit

:oops:
User avatar
louie35
Forum Contributor
Posts: 144
Joined: Fri Jan 26, 2007 8:40 am
Location: Dublin
Contact:

Post by louie35 »

go into a forum that uses vBulletin and do a quick reply.
It uses Ajax to update whatever is designed to do and shows the spinning image
Post Reply