Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations dencom on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. mpartarrieu

    can't upload files using ajax

    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...
  2. mpartarrieu

    Space between adjacent divs on IE

    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...
  3. mpartarrieu

    Javascript not running on AJAX

    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...
  4. mpartarrieu

    Overflow problem on FF

    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...
  5. mpartarrieu

    problem swapping images using ajax on firefox

    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...
  6. mpartarrieu

    problem swapping images using firefox

    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...
  7. mpartarrieu

    cron-job creates unwanted files

    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...
  8. mpartarrieu

    Help to install PEAR package on web hosting

    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...
  9. mpartarrieu

    function that populates textfield not working on firefox

    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)...
  10. mpartarrieu

    Can´t position text box on firefox

    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...
  11. mpartarrieu

    Javascript not working on Firefox

    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 =...

Part and Inventory Search

Back
Top