Hi, I am working on an image gallery that display thumbnails and display bigger image onclick. I now have an animated gif that display until the image is loaded.
I wrote a function and am trying to $_Post the value to a form.
The function do fire of the php in the background but my hidden field value does not go thru... Can anybody help?
I am still doing something wrong???
(I am working with IFrame as this is the only image upload function that I could get to work in the background up to now... (I am actually VERY new in PhP coding...
HEY! Thanks James!
I will jump into your solution this moment and try it...
I looks like it is the answer I was looking for... Will keep you guys posted.
Ok, no sorry. I need to refresh the Iframe again to get the upload field back again. This is to make sure someone can upload an image and delete if not happy and re-upload.... Do you want me to put...
Yes, that is the php script that will be used in the deleteimage.php file.
What javascript function should I call to send this value to the deleteimage.php...
I am struggling with js and am a newby.
I am using livevalidation for some fields on a form.
On the same form do I use ajax to populate dropdown fields to get Cities onchange of...
I have a form that uses livevalidation for some of my fields.
On the same form do I have two fields that do an ajax function for populating Province and City onChange.
I have 2 dropdown fields. One for Province and the other for towns.
I am using ajax to populate the towns field depending on the Province field selection.