Recent content by Ell

  1. E

    About load() in webspeed ?

    Your best bet is to use AJAX to handle this. You'll use a select box for the country, then have it fire a Javascript (using the onChange event) to request the other information from the server. There's a tutorial here: http://www.ajaxf1.com/tutorial/ajax-master-detail-select.html Just...
  2. E

    CGIIP eats memory

    I've never seen CGIIP do it, but bad code will cause the _progress processes to hang and bang hard on memory. Things like bad dynamic queries or infinite loops are generally the culprit in our environment. Also, accidental full table scans can be an issue. Check the newest batch(es) of code and...
Top