Screen POP

  1. 13 years ago

    I am getting the AJAX screen popups, but I am not getting the "Web Page" to popup. I have commented out the "/" from the checkdir.php.

    What should I look for in the fop2_server logs?

    dhackd

  2. admin

    18 Nov 2010 Administrator

    It depends, as you are doing custom programming from then on.. the easiest way is to do it step by step, just try to write an "alert". If you output valid javascript, that code will be interpreted an run on the client..

  3. It depends, as you are doing custom programming from then on.. the easiest way is to do it step by step, just try to write an "alert". If you output valid javascript, that code will be interpreted an run on the client..

    echo "window.open('http://192.168.1.10/amtc/LocationLookup.aspx?txtDID=$clidname')";

    Should be proper Javascript..

    dhackd

  4. Got it working.. Thx

or Sign Up to reply!