I have a form that contains a file type input. I'm trying to pass the form input data using ajax. Have no problem with text, radio, checkbox, select or hidden type elements, but so far I've been unable to pass file type input in order to upload an image to the server. Sure I'm not the first one...
I'm trying to place two divs next to each other, so one would be the nav area and the other the content area. They are both nested in another div that centers the page. Problem is that IE6 shows a 3px space between the two nested divs and I can't get rid of them. It renders nice on FF2, Safari...
Hi. I'm releatively new to AJAX and was hoping someone could shed some light on this problem. I have this page with a link than changes the content of a div using AJAX. The new content includes is a PHP file with a javascript function and html, including a link to execute the javascript...
Hi all,
I created a website with a menu div and a content div, both with predefined size and overflow property set to hidden. The latter div's content (text images, etc) overflows the div area horizontally, so I programmed a js function that slides the content (left-to-right and right-to-left...
I am creating a small shopping kart using ajax and have a problem swapping images after executing an ajax script when using firefox. This is how the page should work:
1. Visitors select an item to add to the shopping cart from a list by clicking on an image below the product. This triggers an...
I am creating a small shopping kart using ajax and have a problem swapping images after executing an ajax script when using firefox. This is how the page should work:
1. Visitors select an item to add to the shopping cart from a list by clicking on an image below the product. This triggers an...
Hi,
I created a php script that send a newsletter on batches of 30 emails per hour. It uses a cron-job to send emails, and everything works fine except that the cron-job creates blank files in the root directory of the server everytime it runs the script.
I tried to stop this by setting...
Hi all...
I'm developing a newsletter and found that PEAR has two excellent packages (mail and mail_queue) that do this for me using a cronjob. However I'm using a web hosting service and talked to the company that provides me this service and they confirmed me that PEAR is not installed, but...
Hi all,
I've written this javascript function that populates a textfield when an option is selected from a dropdown menu. It works fine in IE, but nothing happens using firefox.
Here's the function:
function update_it(valor,referencia)
{
var m = document.getElementById(referencia)...
The following piece of code works as follows:
When you mouseover an image, function show() is called and a hidden div that contains certain text is shown. Function show() calls two secondary functions: getPosTop() and getPosLeft(), each of which tells where the image is placed on the page, so...
This code is working perfectly on IE, but not on Firefox or Opera. It basically shows a hidden div when onmouseover an image and the hides it again. It also place the div on the right corner of the image. Any ideas would be appreciated. Thanks in advance.
<code>
var cm=null;
document.onclick =...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.