icesolid
03-02-2006, 04:28 PM
Hello everyone!
I am new to this DHTML concept. I have been programming in PHP for years, using the basic HTML, CSS and JavaScript concepts everyone uses (tables, rollover images, underline links on rollover, scrollbar effects, etc.). However after checking out dynamicdrive.com I was truly intrigued at how powerful and useful this DHTMLstuff can be.
I have a form that is submitted to a PHP scripted page on a button click. I was wondering if I could have the button "SAVE And Exit" become disabled and have the value of the button change to "Please wait..." upon the user clicking it.
I also wanted to have an image display below the button "Please wait.." after the user clicks the "SAVE And Exit" button, this image would be a loading bar that I have created (animated gif image). The reason for this is after the user clicks "SAVE And Exit" they are uploading 20 photos which take PHP time to upload, to this "Please wait.." button text and loader image would appear until PHP finished and the next process in PHP I have programmed would continue. I saw that dynamicdrive.com had loader bars, but thats really not what I am looking for, like I said something really simple.
I have looked through your scripts on your site and found scripts that perform the action I am looking for, but they are really more than what I need (they allow show/hide; I only want show and disable). Once again I am looking for something very simple.
Suggestions Welcomed!!!
I am new to this DHTML concept. I have been programming in PHP for years, using the basic HTML, CSS and JavaScript concepts everyone uses (tables, rollover images, underline links on rollover, scrollbar effects, etc.). However after checking out dynamicdrive.com I was truly intrigued at how powerful and useful this DHTMLstuff can be.
I have a form that is submitted to a PHP scripted page on a button click. I was wondering if I could have the button "SAVE And Exit" become disabled and have the value of the button change to "Please wait..." upon the user clicking it.
I also wanted to have an image display below the button "Please wait.." after the user clicks the "SAVE And Exit" button, this image would be a loading bar that I have created (animated gif image). The reason for this is after the user clicks "SAVE And Exit" they are uploading 20 photos which take PHP time to upload, to this "Please wait.." button text and loader image would appear until PHP finished and the next process in PHP I have programmed would continue. I saw that dynamicdrive.com had loader bars, but thats really not what I am looking for, like I said something really simple.
I have looked through your scripts on your site and found scripts that perform the action I am looking for, but they are really more than what I need (they allow show/hide; I only want show and disable). Once again I am looking for something very simple.
Suggestions Welcomed!!!